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