4 references to BalanceRight
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableList_1.Node.cs (4)
294
return result.IsBalanced ? result : result.
BalanceRight
();
322
return result.IsBalanced ? result : result.
BalanceRight
();
1376
private Node Balance() => this.IsLeftHeavy ? this.BalanceLeft() : this.
BalanceRight
();
1418
tree = tree.
BalanceRight
();