12 references to MutateRight
System.Collections.Immutable (12)
System\Collections\Immutable\ImmutableList_1.Node.cs (12)
293
Node result = this.
MutateRight
(newRight);
321
Node result = this.
MutateRight
(newRight);
341
Node result = this.
MutateRight
(newRight);
358
Node result = this.
MutateRight
(newRight);
387
result = this.
MutateRight
(newRight);
443
result = this.
MutateRight
(newRight);
517
result = this.
MutateRight
(newRight);
1282
return _right.MutateLeft(this.
MutateRight
(_right._left!));
1294
return _left.
MutateRight
(this.MutateLeft(_left._right!));
1311
left: this.
MutateRight
(rightLeft._left!),
1329
left: left.
MutateRight
(leftRight._left!),
1426
tree.
MutateRight
(tree._right.BalanceMany());