7 writes to _budget
System.Collections.Concurrent (7)
System\Collections\Concurrent\ConcurrentDictionary.cs (7)
229_budget = buckets.Length / locks.Length; 352_budget = tables._buckets.Length / tables._locks.Length; 727_budget = Math.Max(1, newTables._buckets.Length / newTables._locks.Length); 1975_budget = 2 * _budget; 1978_budget = int.MaxValue; 1995_budget = int.MaxValue; 2042_budget = Math.Max(1, newBuckets.Length / newLocks.Length);
5 references to _budget
System.Collections.Concurrent (5)
System\Collections\Concurrent\ConcurrentDictionary.cs (5)
349if (_budget == 0) 1015if (tables._countPerLock[lockNo] > _budget) 1975_budget = 2 * _budget; 1976if (_budget < 0) 2486if (tables._countPerLock[lockNo] > Dictionary._budget)