1 implementation of GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
126
public Task<ImmutableArray<DiagnosticData>>
GetProjectDiagnosticsForIdsAsync
(
3 references to GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
79
var diagnostics = Filter(await service.
GetProjectDiagnosticsForIdsAsync
(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
38
/// diagnostics from all project documents as well. Use <see cref="
GetProjectDiagnosticsForIdsAsync
"/> if you want
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSources\AbstractProjectDiagnosticSource.cs (1)
55
var diagnostics = await service.
GetProjectDiagnosticsForIdsAsync
(