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