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