7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
3137return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options)); 3141return RemoveNodeInternal(root, node, options); 3156return RemoveNodeInternal(root, attrList, options); 3165return RemoveNodeInternal(root, declaration.Parent, options); 3175return RemoveNodeInternal(root, full, options); 3184return RemoveNodeInternal(root, baseList, options); 3196return RemoveNodeInternal(root, parent, options);