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