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)
1910
Node? node = (_reverse ?
_current
.Left :
_current
.Right);
1939
if (
_current
!= null)
1941
return
_current
.Item;
1951
if (
_current
== null)
1956
return
_current
.Item;
1960
internal bool NotStartedOrEnded =>
_current
== null;