1 implementation of GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
126
public Task<ImmutableArray<DiagnosticData>>
GetProjectDiagnosticsForIdsAsync
(
2 references to GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
79
var diagnostics = Filter(await service.
GetProjectDiagnosticsForIdsAsync
(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
35
/// diagnostics from all project documents as well. Use <see cref="
GetProjectDiagnosticsForIdsAsync
"/> if you want