2 instantiations of 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);
1 reference to Container
System.Private.CoreLib (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Concurrent\ConcurrentUnifierWKeyed.cs (1)
163
private volatile
Container
_container;