4 writes to index
mscorlib (4)
system\collections\arraylist.cs (4)
2116this.index = index - 1; 2129currentElement = list[++index]; 2133index = endIndex + 1; 2152index = startIndex - 1;
4 references to index
mscorlib (4)
system\collections\arraylist.cs (4)
2117endIndex = this.index + count; // last valid index 2128if (index < endIndex) { 2141if (index < startIndex) 2143else if (index > endIndex) {