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)
961
if ((uint)
_index
< (uint)_sortedList.Count)
963
_currentValue = _sortedList.values[
_index
];
979
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))