1 type derived from NodeAndText
Microsoft.CodeAnalysis.CodeStyle (1)
TreeData.Debug.cs (1)
12
private class Debug :
NodeAndText
1 instantiation of NodeAndText
Microsoft.CodeAnalysis.CodeStyle (1)
TreeData.StructuredTrivia.cs (1)
30
_treeData = (text == null) ? new Node(root) : new
NodeAndText
(root, text);
1 reference to NodeAndText
Microsoft.CodeAnalysis.CodeStyle (1)
TreeData.StructuredTrivia.cs (1)
38
if (_treeData is
NodeAndText
)