4 writes to index
System (4)
compmod\system\collections\generic\sortedlist.cs (4)
808index = 0; 819index++; 823index = _sortedList.Count + 1; 848index = 0;
4 references to index
System (4)
compmod\system\collections\generic\sortedlist.cs (4)
817if ( (uint)index < (uint)_sortedList.Count) { 818currentKey = _sortedList.keys[index]; 836if( index == 0 || (index == _sortedList.Count + 1) ) {