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