2 references to UpdateDocumentAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
ArrowExpressionClausePlacementCodeFixProvider.cs (2)
43c => UpdateDocumentAsync(document, ImmutableArray.Create(diagnostic), c), 103=> FixAllProvider.Create(async (context, document, diagnostics) => await UpdateDocumentAsync(document, diagnostics, context.CancellationToken).ConfigureAwait(false));