1 write to endIndex
mscorlib (1)
system\collections\arraylist.cs (1)
2117endIndex = this.index + count; // last valid index
3 references to endIndex
mscorlib (3)
system\collections\arraylist.cs (3)
2128if (index < endIndex) { 2133index = endIndex + 1; 2143else if (index > endIndex) {