5 writes to _budget
MSBuildTaskHost (5)
Concurrent\ConcurrentDictionary.cs (5)
123_budget = buckets.Length / locks.Length; 347_budget = 2 * _budget; 350_budget = int.MaxValue; 396_budget = int.MaxValue; 440_budget = Math.Max(1, newBuckets.Length / newLocks.Length);
3 references to _budget
MSBuildTaskHost (3)
Concurrent\ConcurrentDictionary.cs (3)
238if (tables._countPerLock[lockNo] > _budget) 347_budget = 2 * _budget; 348if (_budget < 0)