3 references to GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (3)
CodeFixes\Service\CodeFixService.cs (2)
110
allDiagnostics = await _diagnosticService.
GetDiagnosticsForSpanAsync
(
200
diagnostics = await _diagnosticService.
GetDiagnosticsForSpanAsync
(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
119
return service.
GetDiagnosticsForSpanAsync
(document, range, shouldIncludeDiagnostic,