3 references to CommentUncommentSelectionCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CommentSelection\CSharpCommentSelectionTests.cs (1)
121
var commandHandler = new
CommentUncommentSelectionCommandHandler
(
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
748
var commandHandler = new
CommentUncommentSelectionCommandHandler
(textUndoHistoryRegistry, editorOperationsFactory, editorOptionsService);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CommentSelection\VisualBasicCommentSelectionTests.vb (1)
87
Dim commandHandler = New
CommentUncommentSelectionCommandHandler
(