1 write to _countPerLock
System.Collections.Concurrent (1)
System\Collections\Concurrent\ConcurrentDictionary.cs (1)
2307
_countPerLock
= countPerLock;
10 references to _countPerLock
System.Collections.Concurrent (10)
System\Collections\Concurrent\ConcurrentDictionary.cs (10)
494
tables.
_countPerLock
[lockNo]--;
725
var newTables = new Tables(new VolatileNode[HashHelpers.GetPrime(_initialCapacity)], tables._locks, new int[tables.
_countPerLock
.Length], tables._comparer);
1034
tables.
_countPerLock
[lockNo]++;
1040
if (tables.
_countPerLock
[lockNo] > _budget)
1184
foreach (int value in _tables.
_countPerLock
)
1958
!_tables.
_countPerLock
.AsSpan().ContainsAnyExcept(0);
2505
tables.
_countPerLock
[lockNo]++;
2511
if (tables.
_countPerLock
[lockNo] > Dictionary._budget)
2632
if (tables.
_countPerLock
[lockNo] != 0)
2667
tables.
_countPerLock
[lockNo]--;