1 write to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
470
_length
= length;
3 references to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\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);