1 implementation of GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
154public async Task<ImmutableArray<DiagnosticData>> GetDiagnosticsForIdsAsync(
4 references to GetDiagnosticsForIdsAsync
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (2)
46var diagnostics = Filter(await service.GetDiagnosticsForIdsAsync( 66var diagnostics = Filter(await service.GetDiagnosticsForIdsAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (2)
72/// this method doesn't return any document diagnostics. Use <see cref="GetDiagnosticsForIdsAsync"/> to also fetch 86/// To get non-local diagnostics for a document, use <see cref="GetDiagnosticsForIdsAsync"/>. Non-local diagnostics