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