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