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