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