1 write to _sortedList
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
944_sortedList = sortedList;
6 references to _sortedList
System.Collections (6)
System\Collections\Generic\SortedList.cs (6)
956if (_version != _sortedList.version) 961if ((uint)_index < (uint)_sortedList.Count) 963_currentValue = _sortedList.values[_index]; 968_index = _sortedList.Count + 1; 979if (_index == 0 || (_index == _sortedList.Count + 1)) 990if (_version != _sortedList.version)