2 references to FixAllAsync
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\NewLines\EmbeddedStatementPlacement\EmbeddedStatementPlacementCodeFixProvider.cs (2)
40
c =>
FixAllAsync
(document, [diagnostic], c),
136
async (context, document, diagnostics) => await
FixAllAsync
(document, diagnostics, context.CancellationToken).ConfigureAwait(false));