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