7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
2967return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));
2971return RemoveNodeInternal(root, node, options);
2986return RemoveNodeInternal(root, attrList, options);
2995return RemoveNodeInternal(root, declaration.Parent, options);
3005return RemoveNodeInternal(root, full, options);
3014return RemoveNodeInternal(root, baseList, options);
3026return RemoveNodeInternal(root, parent, options);