2 instantiations of GenericCache
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (1)
27= new GenericCache<Key, nint>(InitialCacheSize, MaximumCacheSize);
System\Runtime\TypeLoaderExports.cs (1)
35new GenericCache<Key, Value>(InitialCacheSize, MaximumCacheSize);
3 references to GenericCache
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\CachedInterfaceDispatch.cs (2)
26private static GenericCache<Key, nint> s_cache 31RuntimeImports.RhpRegisterDispatchCache(ref Unsafe.As<GenericCache<Key, nint>, byte>(ref s_cache));
System\Runtime\TypeLoaderExports.cs (1)
34private static GenericCache<Key, Value> s_cache =