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