7 references to RemoveNodeInternal
Microsoft.CodeAnalysis.CSharp.Workspaces (7)
CodeGeneration\CSharpSyntaxGenerator.cs (7)
3141return Isolate(root.TrackNodes(node), r => RemoveNodeInternal(r, r.GetCurrentNode(node)!, options)); 3145return RemoveNodeInternal(root, node, options); 3160return RemoveNodeInternal(root, attrList, options); 3169return RemoveNodeInternal(root, declaration.Parent, options); 3179return RemoveNodeInternal(root, full, options); 3188return RemoveNodeInternal(root, baseList, options); 3200return RemoveNodeInternal(root, parent, options);