11 references to Mutate
System.Collections.Immutable (11)
System\Collections\Immutable\SortedInt32KeyNode.cs (11)
273
return right.
Mutate
(left: tree.
Mutate
(right: right._left!));
292
return left.
Mutate
(right: tree.
Mutate
(left: left._right!));
310
SortedInt32KeyNode<TValue> rotatedRightChild = tree.
Mutate
(right: RotateRight(tree._right));
329
SortedInt32KeyNode<TValue> rotatedLeftChild = tree.
Mutate
(left: RotateLeft(tree._left));
422
result = this.
Mutate
(right: newRight);
430
result = this.
Mutate
(left: newLeft);
504
result = successor.
Mutate
(left: _left, right: newRight);
512
result = this.
Mutate
(left: newLeft);
520
result = this.
Mutate
(right: newRight);