7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
2999return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));
3003return RemoveNodeInternal(root, node, options);
3018return RemoveNodeInternal(root, attrList, options);
3027return RemoveNodeInternal(root, declaration.Parent, options);
3037return RemoveNodeInternal(root, full, options);
3046return RemoveNodeInternal(root, baseList, options);
3058return RemoveNodeInternal(root, parent, options);