1 write to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\SegmentedArray.cs (1)
468
_length
= length;
3 references to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\SegmentedArray.cs (3)
478
if (_completed ==
_length
)
494
var currentSegmentLength = Math.Min(remainingInSegment,
_length
);
503
var currentSegmentLength = Math.Min(SegmentedArrayHelper.GetSegmentSize<T>(),
_length
- _completed);