1 write to m_countPerLock
mscorlib (1)
system\Collections\Concurrent\ConcurrentDictionary.cs (1)
79
m_countPerLock
= countPerLock;
13 references to m_countPerLock
mscorlib (13)
system\Collections\Concurrent\ConcurrentDictionary.cs (13)
472
tables.
m_countPerLock
[lockNo]--;
622
Tables newTables = new Tables(new Node[DEFAULT_CAPACITY], m_tables.m_locks, new int[m_tables.
m_countPerLock
.Length], m_tables.m_comparer);
668
count += m_tables.
m_countPerLock
[i];
702
count += m_tables.
m_countPerLock
[i];
905
tables.
m_countPerLock
[lockNo]++;
913
if (tables.
m_countPerLock
[lockNo] > m_budget)
1036
for (int i = 0; i < m_tables.
m_countPerLock
.Length; i++)
1038
count += m_tables.
m_countPerLock
[i];
1285
for (int i = 0; i < m_tables.
m_countPerLock
.Length; i++)
1287
if (m_tables.
m_countPerLock
[i] != 0)
1691
count += tables.
m_countPerLock
[i];
1801
for (int i = 0; i < tables.
m_countPerLock
.Length; i++)
1803
approxCount += tables.
m_countPerLock
[i];