2 references to FixAllAsync
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
EmbeddedStatementPlacementCodeFixProvider.cs (2)
42
c =>
FixAllAsync
(document, ImmutableArray.Create(diagnostic), context.GetOptionsProvider(), c),
138
async (context, document, diagnostics) => await
FixAllAsync
(document, diagnostics, context.GetOptionsProvider(), context.CancellationToken).ConfigureAwait(false));