2 references to Right
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (2)
156
this.PushNext(_reverse ? n.Left! : n.
Right
!);
220
node = _reverse ? node.
Right
! : node.Left!;