3 writes to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
1215
_index
++;
1220
_index
= -1;
1246
_index
= 0;
3 references to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
1212
if ((uint)
_index
< (uint)localList._size)
1214
_current = localList._items[
_index
];
1230
if (
_index
<= 0)