2 writes to GenericCache
System.Private.CoreLib (2)
Internal\Reflection\Augments\ReflectionAugments.cs (2)
473runtimeTypeInfo.GenericCache = enumInfo; 517runtimeType.GenericCache = info;
3 references to GenericCache
System.Private.CoreLib (3)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
507DynamicInvokeInfo? info = runtimeType.GenericCache as DynamicInvokeInfo;
System\Enum.NativeAot.cs (2)
29if (runtimeTypeInfo.GenericCache is EnumInfo info) 46if (runtimeTypeInfo.GenericCache is EnumInfo<TStorage> info)