2 writes to _buckets
Microsoft.Build.Framework (2)
SegmentedDictionary`2.cs (2)
462_buckets = buckets; 659_buckets = new SegmentedArray<int>(newSize);
10 references to _buckets
Microsoft.Build.Framework (10)
SegmentedDictionary`2.cs (10)
236Debug.Assert(_buckets.Length > 0, "_buckets should be non-empty"); 239SegmentedArray.Clear(_buckets, 0, _buckets.Length); 335if (_buckets.Length > 0) 475if (_buckets.Length == 0) 479Debug.Assert(_buckets.Length > 0); 685if (_buckets.Length > 0) 757if (_buckets.Length > 0) 935if (_buckets.Length == 0) 1119var buckets = _buckets;