2 references to GrowTable
mscorlib (2)
system\Collections\Concurrent\ConcurrentDictionary.cs (2)
938
GrowTable
(tables, (IEqualityComparer<TKey>)HashHelpers.GetRandomizedEqualityComparer(comparer), true, m_keyRehashCount);
943
GrowTable
(tables, tables.m_comparer, false, m_keyRehashCount);