3 references to Node
Microsoft.CodeAnalysis.Workspaces (3)
TreeData.cs (1)
23
return 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);