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