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