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)
827if (_index < _endIndex) 829_key = _sortedList.keys[_index]; 830_value = _sortedList.values[_index];