7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
2979return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options));
2983return RemoveNodeInternal(root, node, options);
2998return RemoveNodeInternal(root, attrList, options);
3007return RemoveNodeInternal(root, declaration.Parent, options);
3017return RemoveNodeInternal(root, full, options);
3026return RemoveNodeInternal(root, baseList, options);
3038return RemoveNodeInternal(root, parent, options);