4 writes to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1195
_index
= 0;
1211
_index
++;
1224
_index
= _list._size + 1;
1250
_index
= 0;
4 references to _index
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (4)
1208
if (_version == localList._version && ((uint)
_index
< (uint)localList._size))
1210
_current = localList._items[
_index
];
1235
if (
_index
== 0 ||
_index
== _list._size + 1)