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