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)
154private volatile Container _container;