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