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