1 write to _sortedList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
880_sortedList = sortedList;
6 references to _sortedList
System.Collections (6)
System\Collections\Generic\SortedList.cs (6)
892if (_version != _sortedList.version) 897if ((uint)_index < (uint)_sortedList.Count) 899_currentKey = _sortedList.keys[_index]; 904_index = _sortedList.Count + 1; 915if (_index == 0 || (_index == _sortedList.Count + 1)) 926if (_version != _sortedList.version)