2 references to UpdateDocumentAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\NewLines\ConstructorInitializerPlacement\ConstructorInitializerPlacementCodeFixProvider.cs (2)
37
c =>
UpdateDocumentAsync
(document, [diagnostic], c),
113
=> FixAllProvider.Create(async (context, document, diagnostics) => await
UpdateDocumentAsync
(document, diagnostics, context.CancellationToken).ConfigureAwait(false));