7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
3136return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));
3140return RemoveNodeInternal(root, node, options);
3155return RemoveNodeInternal(root, attrList, options);
3164return RemoveNodeInternal(root, declaration.Parent, options);
3174return RemoveNodeInternal(root, full, options);
3183return RemoveNodeInternal(root, baseList, options);
3195return RemoveNodeInternal(root, parent, options);