4 writes to _currentKey
System.Collections (4)
System\Collections\Generic\SortedList.cs (4)
887
_currentKey
= default;
899
_currentKey
= _sortedList.keys[_index];
905
_currentKey
= default;
931
_currentKey
= default;
2 references to _currentKey
System.Collections (2)
System\Collections\Generic\SortedList.cs (2)
909
public TKey Current =>
_currentKey
!;
920
return
_currentKey
;