11 references to Mutate
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (11)
460
return right.
Mutate
(left: tree.
Mutate
(right: right._left));
479
return left.
Mutate
(right: tree.
Mutate
(left: left._right));
497
Node rotatedRightChild = tree.
Mutate
(right: RotateRight(tree._right));
516
Node rotatedLeftChild = tree.
Mutate
(left: RotateLeft(tree._left));
639
result = this.
Mutate
(right: newRight);
647
result = this.
Mutate
(left: newLeft);
724
result = successor.
Mutate
(left: _left, right: newRight);
732
result = this.
Mutate
(left: newLeft);
740
result = this.
Mutate
(right: newRight);