CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (3)
47document.Project, [document.Id], _diagnosticIds, AnalyzerFilter.All, includeLocalDocumentDiagnostics: true, cancellationToken).ConfigureAwait(false));
67project, documentIds: default, _diagnosticIds, AnalyzerFilter.All, includeLocalDocumentDiagnostics: true, cancellationToken).ConfigureAwait(false));
76project, _diagnosticIds, AnalyzerFilter.All, cancellationToken).ConfigureAwait(false));