1 write to _items
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\SegmentedArray`1.cs (1)
377
_items
= array._items;
4 references to _items
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\SegmentedArray`1.cs (4)
392
if (
_items
.Length == 0)
395
if (_nextItemIndex ==
_items
[_nextItemSegment].Length)
397
if (_nextItemSegment ==
_items
.Length - 1)
406
_current =
_items
[_nextItemSegment][_nextItemIndex];