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