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)
96bool found = _container.TryGetValue(key, hashCode, out value); 143if (_container.TryGetValue(key, hashCode, out heyIWasHereFirst)) 145if (!_container.HasCapacity) 146_container.Resize(); // This overwrites the _container field. 147_container.Add(key, hashCode, value); 328_owner._container.VerifyUnifierConsistency();