1 write to _countPerLock
MSBuildTaskHost (1)
Collections\ConcurrentDictionary.cs (1)
34
_countPerLock
= countPerLock;
4 references to _countPerLock
MSBuildTaskHost (4)
Collections\ConcurrentDictionary.cs (4)
230
tables.
_countPerLock
[lockNo]++;
236
if (tables.
_countPerLock
[lockNo] > _budget)
332
for (int i = 0; i < tables.
_countPerLock
.Length; i++)
334
approxCount += tables.
_countPerLock
[i];