3 instantiations of Container
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (3)
42_container = new Container(this); 196_container = new Container(this); 874var newContainer = new Container(_parent!, newBuckets, newEntries, newEntriesIndex);
7 references to Container
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (7)
36private volatile Container _container; // The actual storage for the table; swapped out as the table grows. 364Container c = _container; 455Container c = table._container; 503Container c = _container; 753internal Container Resize() 794internal Container Resize(int newSize) 874var newContainer = new Container(_parent!, newBuckets, newEntries, newEntriesIndex);