4 writes to _current
System.Collections (4)
System\Collections\Generic\SortedSet.cs (4)
1852_current = null; 1870_current = null; 1905_current = null; 1909_current = _stack.Pop();
7 references to _current
System.Collections (7)
System\Collections\Generic\SortedSet.cs (7)
1910Node? node = (_reverse ? _current.Left : _current.Right); 1939if (_current != null) 1941return _current.Item; 1951if (_current == null) 1956return _current.Item; 1960internal bool NotStartedOrEnded => _current == null;