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