3 references to Tables
System.Collections.Concurrent (3)
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);
2039
var newTables = new
Tables
(newBuckets, newLocks, newCountPerLock, upgradeComparer ?? tables._comparer);