2 instantiations of NodeListEditor
Microsoft.CodeAnalysis.CSharp (2)
Syntax\SyntaxReplacer.cs (2)
237return new NodeListEditor(originalNode, newNodes, ListEditKind.Replace).Visit(root); 242return new NodeListEditor(nodeInList, nodesToInsert, insertBefore ? ListEditKind.InsertBefore : ListEditKind.InsertAfter).Visit(root);