3 references to CopilotGenerateDocumentationCommentProvider
Microsoft.CodeAnalysis.EditorFeatures (3)
DocumentationComments\CopilotGenerateDocumentationCommentManager.cs (2)
58private async Task<CopilotGenerateDocumentationCommentProvider?> CreateProviderAsync(Document document, ITextView textView, SyntaxNode? memberNode, CancellationToken cancellationToken) 67var provider = textView.Properties.GetOrCreateSingletonProperty(typeof(CopilotGenerateDocumentationCommentProvider),
DocumentationComments\DocumentationCommentSuggestion.cs (1)
16internal class DocumentationCommentSuggestion(CopilotGenerateDocumentationCommentProvider providerInstance, ProposalBase proposal,