3 writes to _nextItemSegment
Microsoft.CodeAnalysis.Workspaces (3)
SegmentedArray`1.cs (3)
384
_nextItemSegment
= 0;
408
_nextItemSegment
++;
419
_nextItemSegment
= 0;
3 references to _nextItemSegment
Microsoft.CodeAnalysis.Workspaces (3)
SegmentedArray`1.cs (3)
401
if (_nextItemIndex == _items[
_nextItemSegment
].Length)
403
if (
_nextItemSegment
== _items.Length - 1)
412
_current = _items[
_nextItemSegment
][_nextItemIndex];