2 references to FixAllAsync
Microsoft.CodeAnalysis.Features (2)
ConsecutiveStatementPlacementCodeFixProvider.cs (2)
46=> FixAllAsync(document, ImmutableArray.Create(diagnostic), fallbackOptions, cancellationToken); 65=> FixAllProvider.Create(async (context, document, diagnostics) => await FixAllAsync(document, diagnostics, context.GetOptionsProvider(), context.CancellationToken).ConfigureAwait(false));