5 writes to _budget
MSBuildTaskHost (5)
Collections\ConcurrentDictionary.cs (5)
122_budget = buckets.Length / locks.Length; 340_budget = 2 * _budget; 344_budget = int.MaxValue; 390_budget = int.MaxValue; 434_budget = Math.Max(1, newBuckets.Length / newLocks.Length);
3 references to _budget
MSBuildTaskHost (3)
Collections\ConcurrentDictionary.cs (3)
236if (tables._countPerLock[lockNo] > _budget) 340_budget = 2 * _budget; 342if (_budget < 0)