2 references to IsLeftHeavy
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.Node.cs (2)
1396private Node Balance() => this.IsLeftHeavy ? this.BalanceLeft() : this.BalanceRight(); 1405Debug.Assert(this.IsLeftHeavy);