3 instantiations of Node
Microsoft.CodeAnalysis.Workspaces (3)
TreeData.cs (1)
23return new Node(root);
TreeData.Debug.cs (1)
19_debugNodeData = new Node(root);
TreeData.StructuredTrivia.cs (1)
30_treeData = (text == null) ? new Node(root) : new NodeAndText(root, text);