Base:
2 references to GetEnumUnderlyingType
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
186
Type t = IsEnum ?
GetEnumUnderlyingType
() : this;
System\Reflection\TypeLoading\Types\RoType.cs (1)
344
Array ret = Type.GetTypeCode(
GetEnumUnderlyingType
()) switch