1 implementation of GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
101public async Task<ImmutableArray<DiagnosticData>> GetDiagnosticsForSpanAsync(
5 references to GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Service\CodeFixService.cs (2)
109allDiagnostics = await service.GetDiagnosticsForSpanAsync( 201diagnostics = await service.GetDiagnosticsForSpanAsync(
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
58var diagnostics = Filter(await service.GetDiagnosticsForSpanAsync(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
123return service.GetDiagnosticsForSpanAsync(document, range, shouldIncludeDiagnostic,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\CodeCleanup\AbstractCodeCleanupService.cs (1)
214var diagnostics = await diagnosticService.GetDiagnosticsForSpanAsync(document, range,