2 overrides of GetCommandHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.cs (1)
3245
internal override IChainedCommandHandler<AutomaticLineEnderCommandArgs>
GetCommandHandler
(TestWorkspace workspace)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.vb (1)
270
Friend Overrides Function
GetCommandHandler
(workspace As TestWorkspace) As IChainedCommandHandler(Of AutomaticLineEnderCommandArgs)
1 reference to GetCommandHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
87
var commandHandler =
GetCommandHandler
(workspace);