2 overrides of CreateNextHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.cs (1)
3242
protected override Action
CreateNextHandler
(TestWorkspace workspace)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
AutomaticCompletion\AutomaticLineEnderTests.vb (1)
278
Protected Overrides Function
CreateNextHandler
(workspace As TestWorkspace) As Action
1 reference to CreateNextHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
AutomaticCompletion\AbstractAutomaticLineEnderTests.cs (1)
88
var nextHandler = assertNextHandlerInvoked ? () => nextHandlerInvoked = true :
CreateNextHandler
(workspace);