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