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