Home
last modified time | relevance | path

Searched refs:GetEnumUnderlyingType (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/rocks/Mono.Cecil.Rocks/
H A DTypeDefinitionRocks.cs55 public static TypeReference GetEnumUnderlyingType (this TypeDefinition self) in GetEnumUnderlyingType() method in Mono.Cecil.Rocks.TypeDefinitionRocks
62 return Mixin.GetEnumUnderlyingType (self); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/cecil/rocks/Mono.Cecil.Rocks/
H A DTypeDefinitionRocks.cs55 public static TypeReference GetEnumUnderlyingType (this TypeDefinition self) in GetEnumUnderlyingType() method in Mono.Cecil.Rocks.TypeDefinitionRocks
62 return Mixin.GetEnumUnderlyingType (self); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/rocks/Mono.Cecil.Rocks/
H A DTypeDefinitionRocks.cs73 public static TypeReference GetEnumUnderlyingType (this TypeDefinition self) in GetEnumUnderlyingType() method in Mono.Cecil.Rocks.TypeDefinitionRocks
80 return Mixin.GetEnumUnderlyingType (self); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/rocks/Test/Mono.Cecil.Tests/
H A DTypeDefinitionRocksTests.cs84 public void GetEnumUnderlyingType () in GetEnumUnderlyingType() method in Mono.Cecil.Tests.TypeDefinitionRocksTests
91 var underlying_type = pan.GetEnumUnderlyingType (); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/rocks/Test/Mono.Cecil.Tests/
H A DTypeDefinitionRocksTests.cs84 public void GetEnumUnderlyingType () in GetEnumUnderlyingType() method in Mono.Cecil.Tests.TypeDefinitionRocksTests
91 var underlying_type = pan.GetEnumUnderlyingType (); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/cecil/rocks/Test/Mono.Cecil.Tests/
H A DTypeDefinitionRocksTests.cs84 public void GetEnumUnderlyingType () in GetEnumUnderlyingType() method in Mono.Cecil.Tests.TypeDefinitionRocksTests
91 var underlying_type = pan.GetEnumUnderlyingType (); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/Edm/
H A DEnumType.cs92 …ClrProviderManifest.Instance.TryGetPrimitiveType(clrType.GetEnumUnderlyingType(), out _underlyingT… in EnumType()
105 …Convert.ChangeType(Enum.Parse(clrType, name), clrType.GetEnumUnderlyingType(), CultureInfo.Invaria… in EnumType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DType.Enum.cs37 valueType = valueType.GetEnumUnderlyingType(); in IsEnumDefined()
53 Type underlyingType = GetEnumUnderlyingType(); in IsEnumDefined()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DType.Enum.cs37 valueType = valueType.GetEnumUnderlyingType(); in IsEnumDefined()
53 Type underlyingType = GetEnumUnderlyingType(); in IsEnumDefined()
/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Emit/
H A DEnumBuilder.cs109 public override Type GetEnumUnderlyingType() in GetEnumUnderlyingType() method in IKVM.Reflection.Emit.EnumBuilder
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/emit/
H A Denumbuilder.cs291 public override Type GetEnumUnderlyingType() in GetEnumUnderlyingType() method in System.Reflection.Emit.EnumBuilder
300 return GetEnumUnderlyingType();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Metadata/ObjectLayer/
H A DObjectItemConventionAssemblyLoader.cs255 …if (!ClrProviderManifest.Instance.TryGetPrimitiveType(enumType.GetEnumUnderlyingType(), out underl… in UnderlyingEnumTypesMatch()
258 … Strings.Validator_UnsupportedEnumUnderlyingType(enumType.GetEnumUnderlyingType().FullName), in UnderlyingEnumTypesMatch()
286 …ssert(cspaceEnumType.UnderlyingType.ClrEquivalentType == enumType.GetEnumUnderlyingType(), "underl… in EnumMembersMatch()
288 var enumUnderlyingType = enumType.GetEnumUnderlyingType(); in EnumMembersMatch()
H A DObjectItemAttributeAssemblyLoader.cs319 …if (!ClrProviderManifest.Instance.TryGetPrimitiveType(clrType.GetEnumUnderlyingType(), out underly… in LoadType()
323 … Strings.Validator_UnsupportedEnumUnderlyingType(clrType.GetEnumUnderlyingType().FullName), in LoadType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/EcmaFormat/
H A DReflectionTypeProvider.cs69 return type.GetEnumUnderlyingType().GetPrimitiveTypeCode(); in GetUnderlyingEnumType()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/
H A DThunkedApis.cs152 public sealed override Type GetEnumUnderlyingType() => Enum.GetUnderlyingType(this); in GetEnumUnderlyingType() method in System.Reflection.Runtime.TypeInfos.RuntimeTypeInfo
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Reflection.Emit/
H A DEnumBuilderTest.cs192 public void GetEnumUnderlyingType () in GetEnumUnderlyingType() method in MonoTests.System.Reflection.Emit.EnumBuilderTest
196 Assert.AreEqual (_enumType, @enum.GetEnumUnderlyingType ()); in GetEnumUnderlyingType()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/
H A DMockType.cs66 public override Type GetEnumUnderlyingType() => throw Unexpected; in GetEnumUnderlyingType() method in System.MockType
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dtype.cs1480 public virtual Type GetEnumUnderlyingType() in GetEnumUnderlyingType() method in System.Type
1511 valueType = valueType.GetEnumUnderlyingType(); in IsEnumDefined()
1527 Type underlyingType = GetEnumUnderlyingType(); in IsEnumDefined()
1539 …g("Arg_EnumUnderlyingTypeAndObjectMustBeSameType", valueType.ToString(), GetEnumUnderlyingType())); in IsEnumDefined()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Reflection.Emit/
H A DEnumBuilder.cs173 public override Type GetEnumUnderlyingType () in GetEnumUnderlyingType() method in System.Reflection.Emit.EnumBuilder
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Denum.cs41 public override Type GetEnumUnderlyingType () in GetEnumUnderlyingType() method in Mono.CSharp.EnumMember.MemberTypeDelegator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DSignatureType.cs91 …public sealed override Type GetEnumUnderlyingType() => throw new NotSupportedException(SR.NotSuppo… in GetEnumUnderlyingType() method in System.Reflection.SignatureType
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DSignatureType.cs91 …public sealed override Type GetEnumUnderlyingType() => throw new NotSupportedException(SR.NotSuppo… in GetEnumUnderlyingType() method in System.Reflection.SignatureType
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DReflectPropertyDescriptor.cs189 …if (defaultValue != null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() == default… in ReflectPropertyDescriptor()
325 …if (defaultValue != null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() == default…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DReflectPropertyDescriptor.cs184 …if (_defaultValue != null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() == _defau… in ReflectPropertyDescriptor()
292 …ype = defaultValue != null && PropertyType.IsEnum && PropertyType.GetEnumUnderlyingType() == defau…
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DTypeDefinition.cs489 public static TypeReference GetEnumUnderlyingType (this TypeDefinition self) in GetEnumUnderlyingType() method in Mono.Cecil.Mixin

1234