3 types derived from AbstractCommentSelectionBase
Microsoft.CodeAnalysis.EditorFeatures (3)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
26AbstractCommentSelectionBase<ValueTuple>,
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
35AbstractCommentSelectionBase<Operation>(undoHistoryRegistry, editorOperationsFactoryService, editorOptionsService),
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
40AbstractCommentSelectionBase<ValueTuple>(undoHistoryRegistry, editorOperationsFactoryService, editorOptionsService),
10 references to AbstractCommentSelectionBase
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (4)
CommentSelection\CSharpToggleBlockCommentCommandHandlerTests.cs (2)
193internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(EditorTestWorkspace workspace) 195return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()
CommentSelection\CSharpToggleLineCommentCommandHandlerTests.cs (2)
870internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(EditorTestWorkspace workspace) 872return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
CommentSelection\AbstractToggleCommentTestBase.cs (3)
27internal abstract AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(EditorTestWorkspace workspace); 40var commandHandler = GetToggleCommentCommandHandler(workspace); 57var commandHandler = GetToggleCommentCommandHandler(workspace);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (3)
CommentSelection\CommentUncommentSelectionCommandHandlerTests.cs (1)
720.Select(textSpan => AbstractCommentSelectionBase<Operation>.CreateTrackingSpan(
CommentSelection\ToggleBlockCommentCommandHandlerTests.cs (2)
1251internal override AbstractCommentSelectionBase<ValueTuple> GetToggleCommentCommandHandler(EditorTestWorkspace workspace) 1253return (AbstractCommentSelectionBase<ValueTuple>)workspace.ExportProvider.GetExportedValues<ICommandHandler>()