11 references to Mutate
System.Collections.Immutable (11)
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (11)
500return right.Mutate(left: tree.Mutate(right: right._left)); 519return left.Mutate(right: tree.Mutate(left: left._right)); 537Node rotatedRightChild = tree.Mutate(right: RotateRight(tree._right)); 556Node rotatedLeftChild = tree.Mutate(left: RotateLeft(tree._left)); 679result = this.Mutate(right: newRight); 687result = this.Mutate(left: newLeft); 764result = successor.Mutate(left: _left, right: newRight); 772result = this.Mutate(left: newLeft); 780result = this.Mutate(right: newRight);