1 write to _sortedList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
880
_sortedList
= sortedList;
6 references to _sortedList
System.Collections (6)
System\Collections\Generic\SortedList.cs (6)
892
if (_version !=
_sortedList
.version)
897
if ((uint)_index < (uint)
_sortedList
.Count)
899
_currentKey =
_sortedList
.keys[_index];
904
_index =
_sortedList
.Count + 1;
915
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
926
if (_version !=
_sortedList
.version)