1 type derived from EnumInfo
System.Private.CoreLib (1)
System\Reflection\EnumInfo.cs (1)
28public sealed class EnumInfo<TStorage> : EnumInfo
6 references to EnumInfo
System.Private.CoreLib (6)
Internal\Reflection\Augments\ReflectionAugments.cs (4)
434public static EnumInfo GetEnumInfo(Type type, Func<Type, string[], object[], bool, EnumInfo> create) 438var info = runtimeType.GenericCache as EnumInfo;
System\Enum.NativeAot.cs (1)
25internal static unsafe EnumInfo GetEnumInfo(RuntimeType enumType, bool getNames = true)
System\RuntimeType.NativeAot.cs (1)
147EnumInfo enumInfo = Enum.GetEnumInfo(this);