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