1 write to _sortedList
System.Collections.NonGeneric (1)
System\Collections\SortedList.cs (1)
803
_sortedList
= sortedList;
7 references to _sortedList
System.Collections.NonGeneric (7)
System\Collections\SortedList.cs (7)
818
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
826
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
829
_key =
_sortedList
.keys[_index];
830
_value =
_sortedList
.values[_index];
845
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
870
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);
878
if (_version !=
_sortedList
.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);