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