3 references to Tables
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (3)
226
_tables = new
Tables
(buckets, locks, countPerLock, comparer);
725
var newTables = new
Tables
(new VolatileNode[HashHelpers.GetPrime(_initialCapacity)], tables._locks, new int[tables._countPerLock.Length], tables._comparer);
2014
var newTables = new
Tables
(newBuckets, newLocks, newCountPerLock, upgradeComparer ?? tables._comparer);