4 writes to _current
System.Collections (4)
System\Collections\Generic\SortedSet.cs (4)
1855_current = null; 1873_current = null; 1908_current = null; 1912_current = _stack.Pop();
7 references to _current
System.Collections (7)
System\Collections\Generic\SortedSet.cs (7)
1913Node? node = (_reverse ? _current.Left : _current.Right); 1942if (_current != null) 1944return _current.Item; 1954if (_current == null) 1959return _current.Item; 1963internal bool NotStartedOrEnded => _current == null;