2 writes to _container
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (2)
88
_container
= new Container(this);
307
_owner.
_container
= new Container(_owner, newBuckets, newEntries, newNextFreeEntry);
6 references to _container
System.Private.CoreLib (6)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (6)
105
bool found =
_container
.TryGetValue(key, hashCode, out value);
152
if (
_container
.TryGetValue(key, hashCode, out heyIWasHereFirst))
154
if (!
_container
.HasCapacity)
155
_container
.Resize(); // This overwrites the _container field.
156
_container
.Add(hashCode, value);
309
_owner.
_container
.VerifyUnifierConsistency();