1 write to _sortedList
System (1)
compmod\system\collections\generic\sortedlist.cs (1)
803_sortedList = sortedList;
6 references to _sortedList
System (6)
compmod\system\collections\generic\sortedlist.cs (6)
813if (version != _sortedList.version) { 817if ( (uint)index < (uint)_sortedList.Count) { 818currentKey = _sortedList.keys[index]; 823index = _sortedList.Count + 1; 836if( index == 0 || (index == _sortedList.Count + 1) ) { 845if (version != _sortedList.version) {