1 implementation of ReplaceAsync
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpReplaceDiscardDeclarationsWithAssignmentsService.cs (1)
37public async Task<SyntaxNode> ReplaceAsync(
1 reference to ReplaceAsync
Microsoft.CodeAnalysis.Features (1)
AbstractRemoveUnusedValuesCodeFixProvider.cs (1)
801return await service.ReplaceAsync(document, memberDeclaration, cancellationToken).ConfigureAwait(false);