1 write to _length
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (1)
575
_length
= length;
2 references to _length
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (2)
585
if (_completed ==
_length
)
600
var currentSegmentLength = Math.Min(Math.Min(remainingInFirstSegment, remainingInSecondSegment),
_length
- _completed);