2 references to ToggleLineCommentCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
CommentSelection\CSharpToggleLineCommentCommandHandlerTests.cs (1)
1058.First(export => typeof(ToggleLineCommentCommandHandler).Equals(export.GetType()));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
CommentSelection\VisualBasicToggleLineCommentTests.vb (1)
118workspace.ExportProvider.GetExportedValues(Of ICommandHandler)().First(Function(export) TypeOf export Is ToggleLineCommentCommandHandler),