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