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)
470
_length
= length;
3 references to _length
Microsoft.Build (3)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray.cs (3)
480
if (_completed ==
_length
)
496
var currentSegmentLength = Math.Min(remainingInSegment,
_length
);
505
var currentSegmentLength = Math.Min(SegmentedArrayHelper.GetSegmentSize<T>(),
_length
- _completed);