9 references to MutateLeft
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableList_1.Node.cs (9)
315
Node result = this.
MutateLeft
(newLeft);
382
result = this.
MutateLeft
(newLeft);
438
result = this.
MutateLeft
(newLeft);
512
result = this.
MutateLeft
(newLeft);
1282
return _right.
MutateLeft
(this.MutateRight(_right._left!));
1294
return _left.MutateRight(this.
MutateLeft
(_left._right!));
1312
right: right.
MutateLeft
(rightLeft._right!));
1330
right: this.
MutateLeft
(leftRight._right!));
1420
tree.
MutateLeft
(tree._left.BalanceMany());