4 references to BalanceRight
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Node.cs (4)
314return result.IsBalanced ? result : result.BalanceRight(); 342return result.IsBalanced ? result : result.BalanceRight(); 1396private Node Balance() => this.IsLeftHeavy ? this.BalanceLeft() : this.BalanceRight(); 1438tree = tree.BalanceRight();