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