5 writes to _index
System.Collections (5)
System\Collections\Generic\SortedList.cs (5)
765_index = 0; 774_index = 0; 800_index++; 804_index = _sortedList.Count + 1; 865_index = 0;
11 references to _index
System.Collections (11)
System\Collections\Generic\SortedList.cs (11)
783if (_index == 0 || (_index == _sortedList.Count + 1)) 796if ((uint)_index < (uint)_sortedList.Count) 798_key = _sortedList.keys[_index]; 799_value = _sortedList.values[_index]; 814if (_index == 0 || (_index == _sortedList.Count + 1)) 829if (_index == 0 || (_index == _sortedList.Count + 1)) 849if (_index == 0 || (_index == _sortedList.Count + 1))