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