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