1 reference to RotateRight
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableList_1.Node.cs (1)
1387
return _left!.BalanceFactor > 0 ? this.DoubleRight() : this.
RotateRight
();