4 references to Balance
System.Collections.Immutable (4)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (4)
544
return
Balance
(tree) >= 2;
554
return
Balance
(tree) <= -2;
569
return
Balance
(tree._right!) < 0 ? DoubleLeft(tree) : RotateLeft(tree);
574
return
Balance
(tree._left!) > 0 ? DoubleRight(tree) : RotateRight(tree);