3 types derived from AbstractCommentSelectionBase
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
31AbstractCommentSelectionBase<ValueTuple>,
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
33AbstractCommentSelectionBase<Operation>,
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
37AbstractCommentSelectionBase<ValueTuple>,
12 references to AbstractCommentSelectionBase
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
CommentSelection\CSharpToggleBlockCommentCommandHandlerTests.cs (2)
230internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(TestWorkspace workspace) 232return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()
CommentSelection\CSharpToggleLineCommentCommandHandlerTests.cs (2)
1055internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(TestWorkspace workspace) 1057return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
CommentSelection\AbstractToggleCommentTestBase.cs (3)
29internal abstract AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(TestWorkspace workspace); 43var commandHandler = GetToggleCommentCommandHandler(workspace); 62var commandHandler = GetToggleCommentCommandHandler(workspace);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
757.Select(textSpan => AbstractCommentSelectionBase<Operation>.CreateTrackingSpan(
CommentSelection\ToggleBlockCommentCommandHandlerTests.cs (2)
1503internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(TestWorkspace workspace) 1505return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
CommentSelection\VisualBasicToggleLineCommentTests.vb (2)
116Friend Overrides Function GetToggleCommentCommandHandler(workspace As TestWorkspace) As AbstractCommentSelectionBase(Of ValueTuple) 119AbstractCommentSelectionBase(Of ValueTuple))