Solution Class Extensions
Extension Method | Summary |
---|---|
ReplaceNodeAsync<TNode>(Solution, TNode, TNode, CancellationToken) | Creates a new solution with the specified old node replaced with a new node. |
ReplaceNodesAsync<TNode>(Solution, IEnumerable<TNode>, Func<TNode, TNode, SyntaxNode>, CancellationToken) | Creates a new solution with the specified old nodes replaced with new nodes. |