3 writes to index
mscorlib (3)
system\collections\sortedlist.cs (3)
749
this.
index
= index;
775
index
++;
816
index
= startIndex;
3 references to index
mscorlib (3)
system\collections\sortedlist.cs (3)
772
if (
index
< endIndex) {
773
key = sortedList.keys[
index
];
774
value = sortedList.values[
index
];