1 instantiation of GetTypeCoreCache
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
140internal readonly GetTypeCoreCache _getTypeCoreCache = new GetTypeCoreCache();
5 references to GetTypeCoreCache
System.Reflection.MetadataLoadContext (5)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (3)
59public Container(GetTypeCoreCache owner) 71private Container(GetTypeCoreCache owner, int[] buckets, Entry[] entries, int nextFreeEntry) 209private readonly GetTypeCoreCache _owner;
System\Reflection\TypeLoading\Modules\RoModule.cs (2)
123int hashCode = GetTypeCoreCache.ComputeHashCode(name); 140internal readonly GetTypeCoreCache _getTypeCoreCache = new GetTypeCoreCache();