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)
105bool found = _container.TryGetValue(key, hashCode, out value); 152if (_container.TryGetValue(key, hashCode, out heyIWasHereFirst)) 154if (!_container.HasCapacity) 155_container.Resize(); // This overwrites the _container field. 156_container.Add(hashCode, value); 309_owner._container.VerifyUnifierConsistency();