3 references to RotateRight
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (3)
629Node rotatedRightChild = tree.Mutate(right: RotateRight(tree._right)); 649return RotateRight(rotatedLeftChild); 706return Balance(tree._left!) > 0 ? DoubleRight(tree) : RotateRight(tree);