4 references to Tables
mscorlib (4)
system\Collections\Concurrent\ConcurrentDictionary.cs (4)
349m_tables = new Tables(buckets, locks, countPerLock, comparer); 622Tables newTables = new Tables(new Node[DEFAULT_CAPACITY], m_tables.m_locks, new int[m_tables.m_countPerLock.Length], m_tables.m_comparer); 1927m_tables = new Tables(newBuckets, newLocks, newCountPerLock, newComparer); 2222m_tables = new Tables(buckets, locks, countPerLock, m_comparer);