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