1 implementation of GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
175public async Task<ImmutableArray<DiagnosticData>> GetProjectDiagnosticsForIdsAsync(
2 references to GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
75var diagnostics = Filter(await service.GetProjectDiagnosticsForIdsAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
47/// Use <see cref="GetProjectDiagnosticsForIdsAsync"/> if you want to fetch only project diagnostics