1 implementation of GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
149public async Task<ImmutableArray<DiagnosticData>> GetProjectDiagnosticsForIdsAsync(
4 references to GetProjectDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (2)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
75var diagnostics = Filter(await service.GetProjectDiagnosticsForIdsAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
47/// Use <see cref="GetProjectDiagnosticsForIdsAsync"/> if you want to fetch only project diagnostics
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Diagnostics\DiagnosticSources\AbstractProjectDiagnosticSource.cs (1)
50var diagnostics = await service.GetProjectDiagnosticsForIdsAsync(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
94return await service.GetProjectDiagnosticsForIdsAsync(