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