3 references to RotateRight
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (3)
497Node rotatedRightChild = tree.Mutate(right: RotateRight(tree._right)); 517return RotateRight(rotatedLeftChild); 574return Balance(tree._left!) > 0 ? DoubleRight(tree) : RotateRight(tree);