4 writes to _currentValue
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
951
_currentValue
= default;
963
_currentValue
= _sortedList.values[_index];
969
_currentValue
= default;
995
_currentValue
= default;
2 references to _currentValue
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
973
public TValue Current =>
_currentValue
!;
984
return
_currentValue
;