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