1 write to _countPerLock
MSBuildTaskHost (1)
Concurrent\ConcurrentDictionary.cs (1)
33
_countPerLock
= countPerLock;
4 references to _countPerLock
MSBuildTaskHost (4)
Concurrent\ConcurrentDictionary.cs (4)
230
tables.
_countPerLock
[lockNo]++;
238
if (tables.
_countPerLock
[lockNo] > _budget)
337
for (int i = 0; i < tables.
_countPerLock
.Length; i++)
339
approxCount += tables.
_countPerLock
[i];