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)
1340if (_version == localList._version && ((uint)_index < (uint)localList._size)) 1342_current = localList._items[_index]; 1367if (_index == 0 || _index == _list._size + 1)