2 writes to currentElement
mscorlib (2)
system\collections\arraylist.cs (2)
2119currentElement = null; 2129currentElement = list[++index];
1 reference to currentElement
mscorlib (1)
system\collections\arraylist.cs (1)
2146return currentElement;