3 references to GetEnumInfo
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
444enumInfo = Enum.GetEnumInfo((RuntimeType)runtimeTypeInfo.GetGenericTypeDefinition());
System\Enum.NativeAot.cs (1)
135return GetEnumInfo(enumType).UnderlyingType;
System\RuntimeType.NativeAot.cs (1)
147EnumInfo enumInfo = Enum.GetEnumInfo(this);