3 references to GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
49var diagnostics = Filter(await _diagnosticService.GetDiagnosticsForIdsAsync( 69var diagnostics = Filter(await _diagnosticService.GetDiagnosticsForIdsAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
57/// this method doesn't return any document diagnostics. Use <see cref="GetDiagnosticsForIdsAsync"/> to also fetch