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