6 writes to index
mscorlib (6)
system\collections\arraylist.cs (6)
2554
this.
index
= -1;
2571
currentElement = list._items[++
index
];
2576
index
=list._size;
2582
currentElement = list[++
index
];
2586
index
= list.Count;
2615
index
= -1;
3 references to index
mscorlib (3)
system\collections\arraylist.cs (3)
2570
if (
index
< list._size - 1) {
2581
if (
index
< list.Count - 1) {
2597
if (
index
== -1) {