4 writes to currentValue
System (4)
compmod\system\collections\generic\sortedlist.cs (4)
870
currentValue
= default(TValue);
879
currentValue
= _sortedList.values[index];
885
currentValue
= default(TValue);
910
currentValue
= default(TValue);
2 references to currentValue
System (2)
compmod\system\collections\generic\sortedlist.cs (2)
891
return
currentValue
;
901
return
currentValue
;