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)
783
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))
796
if ((uint)
_index
< (uint)_sortedList.Count)
798
_key = _sortedList.keys[
_index
];
799
_value = _sortedList.values[
_index
];
814
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))
829
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))
849
if (
_index
== 0 || (
_index
== _sortedList.Count + 1))