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)
24
return
_container
.TryGetValue(ns, name, hashCode, out type);
29
if (
_container
.TryGetValue(ns, name, hashCode, out RoDefinitionType? prior))
35
if (
_container
.TryGetValue(ns, name, hashCode, out RoDefinitionType? winner))
37
if (!
_container
.HasCapacity)
38
_container
.Resize(); // This overwrites the _container field.
39
_container
.Add(hashCode, type);
162
_owner.
_container
.VerifyUnifierConsistency();