2 writes to _container
System.Private.CoreLib (2)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierW.cs (2)
79
_container
= new Container(this);
326
_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\ConcurrentUnifierW.cs (6)
96
bool found =
_container
.TryGetValue(key, hashCode, out value);
143
if (
_container
.TryGetValue(key, hashCode, out heyIWasHereFirst))
145
if (!
_container
.HasCapacity)
146
_container
.Resize(); // This overwrites the _container field.
147
_container
.Add(key, hashCode, value);
328
_owner.
_container
.VerifyUnifierConsistency();