4 writes to _index
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedList`1.cs (4)
1327
_index
= 0;
1343
_index
++;
1356
_index
= _list._size + 1;
1382
_index
= 0;
4 references to _index
Microsoft.CodeAnalysis.Collections.Package (4)
SegmentedList`1.cs (4)
1340
if (_version == localList._version && ((uint)
_index
< (uint)localList._size))
1342
_current = localList._items[
_index
];
1367
if (
_index
== 0 ||
_index
== _list._size + 1)