3 references to GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
49
var diagnostics = Filter(await _diagnosticService.
GetDiagnosticsForIdsAsync
(
69
var 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