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