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)
105Type underlyingType = enumType.GetEnumUnderlyingType();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Type.cs (1)
509underlyingType = (RuntimeType)type.GetEnumUnderlyingType();
System\Reflection\RuntimeCustomAttributeData.NativeAot.cs (1)
484RuntimeCustomAttributeData.TypeToCustomAttributeEncoding((RuntimeType)enumType.GetEnumUnderlyingType());