3 references to RotateRight
System.Collections.Immutable (3)
System\Collections\Immutable\SortedInt32KeyNode.cs (3)
310SortedInt32KeyNode<TValue> rotatedRightChild = tree.Mutate(right: RotateRight(tree._right)); 330return RotateRight(rotatedLeftChild); 387return Balance(tree._left!) > 0 ? DoubleRight(tree) : RotateRight(tree);