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