11 references to Mutate
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedSet_1.Node.cs (11)
357
result = this.
Mutate
(right: newRight);
365
result = this.
Mutate
(left: newLeft);
430
result = successor.
Mutate
(left: _left, right: newRight);
438
result = this.
Mutate
(left: newLeft);
446
result = this.
Mutate
(right: newRight);
592
return right.
Mutate
(left: tree.
Mutate
(right: right._left!));
611
return left.
Mutate
(right: tree.
Mutate
(left: left._right!));
629
Node rotatedRightChild = tree.
Mutate
(right: RotateRight(tree._right));
648
Node rotatedLeftChild = tree.
Mutate
(left: RotateLeft(tree._left));