1 implementation of GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
120
public Task<ImmutableArray<DiagnosticData>>
GetDiagnosticsForIdsAsync
(
3 references to GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
47
var diagnostics = Filter(await service.
GetDiagnosticsForIdsAsync
(
70
var 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