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