2 references to FixAllAsync
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Analyzers\Core\CodeFixes\NewLines\MultipleBlankLines\AbstractMultipleBlankLinesCodeFixProvider.cs (2)
42
=>
FixAllAsync
(document, [diagnostic], cancellationToken);
146
=> FixAllProvider.Create(async (context, document, diagnostics) => await
FixAllAsync
(document, diagnostics, context.CancellationToken).ConfigureAwait(false));