1 write to m_keyRehashCount
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
1919m_keyRehashCount++;
3 references to m_keyRehashCount
mscorlib (3)
system\Collections\Concurrent\ConcurrentDictionary.cs (3)
938GrowTable(tables, (IEqualityComparer<TKey>)HashHelpers.GetRandomizedEqualityComparer(comparer), true, m_keyRehashCount); 943GrowTable(tables, tables.m_comparer, false, m_keyRehashCount); 1778if (regenerateHashKeys && rehashCount == m_keyRehashCount)