4 references to DocumentationCommentProposedEdit
Microsoft.CodeAnalysis.Features (2)
DocumentationComments\DocumentationCommentProposal.cs (2)
16public ImmutableArray<DocumentationCommentProposedEdit> ProposedEdits { get; } 18public DocumentationCommentProposal(string symbolToAnalyze, ImmutableArray<DocumentationCommentProposedEdit> proposedEdits)
Microsoft.CodeAnalysis.Features.ExternalAccess (2)
Copilot\GenerateDocumentation\CopilotDocumentationCommentProposedEditWrapper.cs (2)
13private readonly DocumentationCommentProposedEdit _documentationCommentProposedEdit; 15public CopilotDocumentationCommentProposedEditWrapper(DocumentationCommentProposedEdit proposedEdit)