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