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)
236
if (tables._countPerLock[lockNo] >
_budget
)
340
_budget = 2 *
_budget
;
342
if (
_budget
< 0)