1 write to _secondSegments
Microsoft.Build.Framework (1)
SegmentedArray.cs (1)
460
_secondSegments
= secondSegments;
2 references to _secondSegments
Microsoft.Build.Framework (2)
SegmentedArray.cs (2)
486
var secondSegment =
_secondSegments
[initialSecondSegment];
496
var secondSegment =
_secondSegments
[(_completed + _secondOffset) >> SegmentedArrayHelper.GetSegmentShift<T>()];