7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
3134return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options)); 3138return RemoveNodeInternal(root, node, options); 3153return RemoveNodeInternal(root, attrList, options); 3162return RemoveNodeInternal(root, declaration.Parent, options); 3172return RemoveNodeInternal(root, full, options); 3181return RemoveNodeInternal(root, baseList, options); 3193return RemoveNodeInternal(root, parent, options);