2 writes to _container
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (2)
19_container = new Container(this); 160_owner._container = new Container(_owner, newBuckets, newEntries, newNextFreeEntry);
7 references to _container
System.Reflection.MetadataLoadContext (7)
System\Reflection\TypeLoading\Modules\GetTypeCoreCache.cs (7)
24return _container.TryGetValue(ns, name, hashCode, out type); 29if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? prior)) 35if (_container.TryGetValue(ns, name, hashCode, out RoDefinitionType? winner)) 37if (!_container.HasCapacity) 38_container.Resize(); // This overwrites the _container field. 39_container.Add(hashCode, type); 162_owner._container.VerifyUnifierConsistency();