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)
236
Debug.Assert(
_buckets
.Length > 0, "_buckets should be non-empty");
239
SegmentedArray.Clear(
_buckets
, 0,
_buckets
.Length);
335
if (
_buckets
.Length > 0)
475
if (
_buckets
.Length == 0)
479
Debug.Assert(
_buckets
.Length > 0);
685
if (
_buckets
.Length > 0)
757
if (
_buckets
.Length > 0)
935
if (
_buckets
.Length == 0)
1119
var buckets =
_buckets
;