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