1 instantiation of CopilotDocumentationCommentProposalWrapper
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\Analyzer\CSharp\CSharpCopilotCodeAnalysisService.cs (1)
130return GenerateDocumentationService.GetDocumentationCommentAsync(new CopilotDocumentationCommentProposalWrapper(proposal), cancellationToken);
1 reference to CopilotDocumentationCommentProposalWrapper
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
GenerateDocumentation\IExternalCSharpCopilotGenerateDocumentationService.cs (1)
16Task<(Dictionary<string, string>? responseDictionary, bool isQuotaExceeded)> GetDocumentationCommentAsync(CopilotDocumentationCommentProposalWrapper proposal, CancellationToken cancellationToken);