1 write to startIndex
mscorlib (1)
system\collections\arraylist.cs (1)
2115startIndex = index;
2 references to startIndex
mscorlib (2)
system\collections\arraylist.cs (2)
2141if (index < startIndex) 2152index = startIndex - 1;