4 references to Balance
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (4)
676
return
Balance
(tree) >= 2;
686
return
Balance
(tree) <= -2;
701
return
Balance
(tree._right!) < 0 ? DoubleLeft(tree) : RotateLeft(tree);
706
return
Balance
(tree._left!) > 0 ? DoubleRight(tree) : RotateRight(tree);