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