1 implementation of GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
214
public async Task<ImmutableArray<DiagnosticData>>
GetDiagnosticsForSpanAsync
(
4 references to GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (4)
CodeFixes\Service\CodeFixService.cs (2)
106
allDiagnostics = await service.
GetDiagnosticsForSpanAsync
(
198
diagnostics = await service.
GetDiagnosticsForSpanAsync
(
CodeFixes\Service\CodeFixService.FixAllDiagnosticProvider.cs (1)
55
var diagnostics = Filter(await service.
GetDiagnosticsForSpanAsync
(
Diagnostics\IDiagnosticAnalyzerService.cs (1)
151
return service.
GetDiagnosticsForSpanAsync
(