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