Base:
method
GetEnumUnderlyingType
System.Type.GetEnumUnderlyingType()
3 references to GetEnumUnderlyingType
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
105
Type underlyingType = enumType.
GetEnumUnderlyingType
();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
509
underlyingType = (RuntimeType)type.
GetEnumUnderlyingType
();
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
484
RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)enumType.
GetEnumUnderlyingType
());