2 writes to _container
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (2)
18_container = new Container(this); 159_owner._container = new Container(_owner, newBuckets, newEntries, newNextFreeEntry);
7 references to _container
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (7)
23return _container.TryGetValue(ns, name, hashCode, out type); 28if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? prior)) 34if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? winner)) 36if (!_container.HasCapacity) 37_container.Resize(); // This overwrites the _container field. 38_container.Add(hashCode, type); 161_owner._container.VerifyUnifierConsistency();