1 write to _sortedList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
764
_sortedList
= sortedList;
11 references to _sortedList
System.Collections (11)
System\Collections\Generic\SortedList.cs (11)
766
_version =
_sortedList
.version;
783
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
794
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
796
if ((uint)_index < (uint)
_sortedList
.Count)
798
_key =
_sortedList
.keys[_index];
799
_value =
_sortedList
.values[_index];
804
_index =
_sortedList
.Count + 1;
814
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
829
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
849
if (_index == 0 || (_index ==
_sortedList
.Count + 1))
860
if (_version !=
_sortedList
.version)