1 write to _length
Microsoft.CodeAnalysis.Collections.Package (1)
SegmentedArray.cs (1)
573
_length
= length;
2 references to _length
Microsoft.CodeAnalysis.Collections.Package (2)
SegmentedArray.cs (2)
583
if (_completed ==
_length
)
598
var currentSegmentLength = Math.Min(Math.Min(remainingInFirstSegment, remainingInSecondSegment),
_length
- _completed);