3 references to ValidateNewRoot
Microsoft.CodeAnalysis.Workspaces (3)
Editing\SyntaxEditor.cs (3)
273=> ValidateNewRoot(generator.RemoveNode(root, currentNode, options)); 290=> ValidateNewRoot(generator.ReplaceNode(root, currentNode, _modifier(currentNode, generator))); 307=> ValidateNewRoot(generator.ReplaceNode(root, currentNode, modifier(currentNode, generator, argument)));