7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
3140return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));
3144return RemoveNodeInternal(root, node, options);
3159return RemoveNodeInternal(root, attrList, options);
3168return RemoveNodeInternal(root, declaration.Parent, options);
3178return RemoveNodeInternal(root, full, options);
3187return RemoveNodeInternal(root, baseList, options);
3199return RemoveNodeInternal(root, parent, options);