1 write to _sortedList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
944
_sortedList
= sortedList;
6 references to _sortedList
System.Collections (6)
System\Collections\Generic\SortedList.cs (6)
956
if (_version !=
_sortedList
.version)
961
if ((uint)_index < (uint)
_sortedList
.Count)
963
_currentValue =
_sortedList
.values[_index];
968
_index =
_sortedList
.Count + 1;
979
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
990
if (_version !=
_sortedList
.version)