1 implementation of AnalyzeDocumentAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.ReflectionWrapper.cs (1)
138
public async Task<ImmutableArray<Diagnostic>>
AnalyzeDocumentAsync
(Document document, TextSpan? span, string promptTitle, CancellationToken cancellationToken)
1 reference to AnalyzeDocumentAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
46
=> _lazyExternalCopilotService.Value.
AnalyzeDocumentAsync
(document, span, promptTitle, cancellationToken);