1 override of GetDiagnosticsIntersectWithSpanAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
118
protected override async Task<ImmutableArray<Diagnostic>>
GetDiagnosticsIntersectWithSpanAsync
(
1 reference to GetDiagnosticsIntersectWithSpanAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
164
return await
GetDiagnosticsIntersectWithSpanAsync
(document, diagnostics, span.Value, cancellationToken).ConfigureAwait(false);