1 write to _items
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
379_items = array._items;
4 references to _items
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (4)
394if (_items.Length == 0) 397if (_nextItemIndex == _items[_nextItemSegment].Length) 399if (_nextItemSegment == _items.Length - 1) 408_current = _items[_nextItemSegment][_nextItemIndex];