2 references to NodeAndText
Microsoft.CodeAnalysis.Workspaces (2)
TreeData.Debug.cs (1)
17
:
base
(root, text)
TreeData.StructuredTrivia.cs (1)
30
_treeData = (text == null) ? new Node(root) : new
NodeAndText
(root, text);