3 writes to _index
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
804
_index
= index;
831
_index
++;
879
_index
= _startIndex;
3 references to _index
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
827
if (
_index
< _endIndex)
829
_key = _sortedList.keys[
_index
];
830
_value = _sortedList.values[
_index
];