2 overrides of NextAction
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
65protected override void NextAction(IEditorOperations editorOperation, Action nextAction)
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.vb (1)
39Protected Overrides Sub NextAction(editorOperation As IEditorOperations, nextAction As Action)
6 references to NextAction
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (6)
87NextAction(operations, nextHandler); 94NextAction(operations, nextHandler); 107NextAction(operations, nextHandler); 135NextAction(operations, nextHandler); 147NextAction(operations, nextHandler); 154NextAction(operations, nextHandler);