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);
1293
return _right.
MutateLeft
(this.MutateRight(_right._left!));
1305
return _left.MutateRight(this.
MutateLeft
(_left._right!));
1323
right: right.
MutateLeft
(rightLeft._right!));
1341
right: this.
MutateLeft
(leftRight._right!));
1431
tree.
MutateLeft
(tree._left.BalanceMany());