2 references to InsertAfter
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (1)
40
rootEditor.
InsertAfter
(anchorNode, nodesToInsert);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxEditor.cs (1)
232
=> this.
InsertAfter
(node, [newNode]);