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)
1913
Node? node = (_reverse ?
_current
.Left :
_current
.Right);
1942
if (
_current
!= null)
1944
return
_current
.Item;
1954
if (
_current
== null)
1959
return
_current
.Item;
1963
internal bool NotStartedOrEnded =>
_current
== null;