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)
818if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 826if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 829_key = _sortedList.keys[_index]; 830_value = _sortedList.values[_index]; 845if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 870if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 878if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion);