4 writes to _index
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
886_index = 0; 900_index++; 904_index = _sortedList.Count + 1; 930_index = 0;
4 references to _index
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
897if ((uint)_index < (uint)_sortedList.Count) 899_currentKey = _sortedList.keys[_index]; 915if (_index == 0 || (_index == _sortedList.Count + 1))