1 write to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (1)
575
_length
= length;
2 references to _length
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Dependencies\Collections\Segmented\SegmentedArray.cs (2)
585
if (_completed ==
_length
)
600
var currentSegmentLength = Math.Min(Math.Min(remainingInFirstSegment, remainingInSecondSegment),
_length
- _completed);