3 references to ValidateNewRoot
Microsoft.CodeAnalysis.Workspaces (3)
Editing\SyntaxEditor.cs (3)
291=> ValidateNewRoot(generator.RemoveNode(root, currentNode, _options)); 308=> ValidateNewRoot(generator.ReplaceNode(root, currentNode, _modifier(currentNode, generator))); 343=> ValidateNewRoot(generator.ReplaceNode(root, currentNode, _modifier(currentNode, generator, _argument)));