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