2 instantiations of NodeListEditor
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Syntax\SyntaxReplacer.cs (2)
202return new NodeListEditor(originalNode, newNodes, ListEditKind.Replace).Visit(root); 207return new NodeListEditor(nodeInList, nodesToInsert, insertBefore ? ListEditKind.InsertBefore : ListEditKind.InsertAfter).Visit(root);