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; 783if (_index == 0 || (_index == _sortedList.Count + 1)) 794if (_version != _sortedList.version) throw new InvalidOperationException(SR.InvalidOperation_EnumFailedVersion); 796if ((uint)_index < (uint)_sortedList.Count) 798_key = _sortedList.keys[_index]; 799_value = _sortedList.values[_index]; 804_index = _sortedList.Count + 1; 814if (_index == 0 || (_index == _sortedList.Count + 1)) 829if (_index == 0 || (_index == _sortedList.Count + 1)) 849if (_index == 0 || (_index == _sortedList.Count + 1)) 860if (_version != _sortedList.version)