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)
35
new
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)
26
private static
GenericCache
<Key, nint> s_cache
31
RuntimeImports.RhpRegisterDispatchCache(ref Unsafe.As<
GenericCache
<Key, nint>, byte>(ref s_cache));
System\Runtime\TypeLoaderExports.cs (1)
34
private static
GenericCache
<Key, Value> s_cache =