1 override of FixAllAsync
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllProvider.cs (1)
110
protected override Task<Document?>
FixAllAsync
(FixAllContext context, Document document, ImmutableArray<Diagnostic> diagnostics)
2 references to FixAllAsync
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\DocumentBasedFixAllProvider.cs (2)
28
/// cref="
FixAllAsync
(FixAllContext, Document, ImmutableArray{Diagnostic})"/> for implementors to process.
125
var newDocument = await this.
FixAllAsync
(fixAllContext, document, documentDiagnostics).ConfigureAwait(false);