1 implementation of GetDocumentationCommentAsync
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
Copilot\Internal\Analyzer\AbstractCopilotCodeAnalysisService.cs (1)
203public async Task<(Dictionary<string, string>? responseDictionary, bool isQuotaExceeded)> GetDocumentationCommentAsync(DocumentationCommentProposal proposal, CancellationToken cancellationToken)
1 reference to GetDocumentationCommentAsync
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\CopilotDocumentationCommentGenerator.cs (1)
132var (documentationCommentDictionary, isQuotaExceeded) = await copilotService.GetDocumentationCommentAsync(proposal, cancellationToken).ConfigureAwait(false);