1 implementation of GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
175
public async Task<ImmutableArray<DiagnosticData>>
GetProjectDiagnosticsForIdsAsync
(
2 references to GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
75
var diagnostics = Filter(await service.
GetProjectDiagnosticsForIdsAsync
(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
47
/// Use <see cref="
GetProjectDiagnosticsForIdsAsync
"/> if you want to fetch only project diagnostics