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)
238
if (tables._countPerLock[lockNo] >
_budget
)
347
_budget = 2 *
_budget
;
348
if (
_budget
< 0)