3 overrides of CollectEdits
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
70internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service,
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
74internal override CommentSelectionResult CollectEdits(
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
58internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service,
1 reference to CollectEdits
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractCommentSelectionBase.cs (1)
112var edits = CollectEdits(document, service, subjectBuffer, selectedSpans, command, cancellationToken);