1 implementation of GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
120public Task<ImmutableArray<DiagnosticData>> GetDiagnosticsForIdsAsync(
3 references to GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
47var diagnostics = Filter(await service.GetDiagnosticsForIdsAsync( 70var diagnostics = Filter(await service.GetDiagnosticsForIdsAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
58/// this method doesn't return any document diagnostics. Use <see cref="GetDiagnosticsForIdsAsync"/> to also fetch