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)
897
if ((uint)
_index
< (uint)_sortedList.Count)
899
_currentKey = _sortedList.keys[
_index
];
915
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))