3 references to BalanceLeft
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableList_1.Node.cs (3)
316
return result.IsBalanced ? result : result.
BalanceLeft
();
1385
private Node Balance() => this.IsLeftHeavy ? this.
BalanceLeft
() : this.BalanceRight();
1433
tree = tree.
BalanceLeft
();