4 writes to _index
Microsoft.Build.Framework (4)
SegmentedList`1.cs (4)
1174_index = 0; 1190_index++; 1203_index = _list._size + 1; 1229_index = 0;
4 references to _index
Microsoft.Build.Framework (4)
SegmentedList`1.cs (4)
1187if (_version == localList._version && ((uint)_index < (uint)localList._size)) 1189_current = localList._items[_index]; 1214if (_index == 0 || _index == _list._size + 1)