4 writes to _index
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
950_index = 0; 964_index++; 968_index = _sortedList.Count + 1; 994_index = 0;
4 references to _index
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
961if ((uint)_index < (uint)_sortedList.Count) 963_currentValue = _sortedList.values[_index]; 979if (_index == 0 || (_index == _sortedList.Count + 1))