6 writes to _index
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (6)
2562
_index
= -1;
2581
_currentElement = _list._items[++
_index
];
2587
_index
= _list._size;
2595
_currentElement = _list[++
_index
];
2600
_index
= _list.Count;
2636
_index
= -1;
3 references to _index
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (3)
2579
if (
_index
< _list._size - 1)
2593
if (
_index
< _list.Count - 1)
2614
if (
_index
== -1)