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