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