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