1 implementation of GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
217
public ValueTask<ImmutableArray<DiagnosticData>>
GetDiagnosticsForSpanAsync
(
1 reference to GetDiagnosticsForSpanAsync
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService_RemoteOrLocalDispatcher.cs (1)
201
(service, solution, cancellationToken) => service.
GetDiagnosticsForSpanAsync
(