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)
909public TKey Current => _currentKey!; 920return _currentKey;