11 references to CommentSelectionResult
Microsoft.CodeAnalysis.EditorFeatures (10)
CommentSelection\AbstractCommentSelectionBase.cs (3)
68internal abstract CommentSelectionResult CollectEdits( 112var edits = CollectEdits(document, service, subjectBuffer, selectedSpans, command, cancellationToken); 123private void ApplyEdits(Document document, ITextView textView, ITextBuffer subjectBuffer, string title, CommentSelectionResult edits, CancellationToken cancellationToken)
CommentSelection\AbstractToggleBlockCommentBase.cs (3)
31private static readonly CommentSelectionResult s_emptyCommentSelectionResult = 72internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service, 93private CommentSelectionResult ToggleBlockComments(Document document, CommentSelectionInfo commentInfo,
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
74internal override CommentSelectionResult CollectEdits(
CommentSelection\ToggleLineCommentCommandHandler.cs (3)
43private static readonly CommentSelectionResult s_emptyCommentSelectionResult = 58internal override CommentSelectionResult CollectEdits(Document document, ICommentSelectionService service, 77private static CommentSelectionResult ToggleLineComment(CommentSelectionInfo commentInfo,
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
751var edits = commandHandler.CollectEdits(