1 implementation of GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
188public async Task<ImmutableArray<DiagnosticData>> GetDiagnosticsForSpanAsync(
6 references to GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Service\CodeFixService.cs (2)
104allDiagnostics = await service.GetDiagnosticsForSpanAsync( 196diagnostics = await service.GetDiagnosticsForSpanAsync(
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
55var diagnostics = Filter(await service.GetDiagnosticsForSpanAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
147return service.GetDiagnosticsForSpanAsync(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
213var diagnostics = await diagnosticService.GetDiagnosticsForSpanAsync(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
234return await service.GetDiagnosticsForSpanAsync(