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