4 writes to index
System (4)
compmod\system\collections\generic\sortedlist.cs (4)
869index = 0; 880index++; 884index = _sortedList.Count + 1; 909index = 0;
4 references to index
System (4)
compmod\system\collections\generic\sortedlist.cs (4)
878if ( (uint)index < (uint)_sortedList.Count) { 879currentValue = _sortedList.values[index]; 897if( index == 0 || (index == _sortedList.Count + 1) ) {