7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
2978return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options)); 2982return RemoveNodeInternal(root, node, options); 2997return RemoveNodeInternal(root, attrList, options); 3006return RemoveNodeInternal(root, declaration.Parent, options); 3016return RemoveNodeInternal(root, full, options); 3025return RemoveNodeInternal(root, baseList, options); 3037return RemoveNodeInternal(root, parent, options);