7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
2965return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options)); 2969return RemoveNodeInternal(root, node, options); 2984return RemoveNodeInternal(root, attrList, options); 2993return RemoveNodeInternal(root, declaration.Parent, options); 3003return RemoveNodeInternal(root, full, options); 3012return RemoveNodeInternal(root, baseList, options); 3024return RemoveNodeInternal(root, parent, options);