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)
973public TValue Current => _currentValue!; 984return _currentValue;