1 write to _treeData
Microsoft.CodeAnalysis.Workspaces (1)
TreeData.StructuredTrivia.cs (1)
30_treeData = (text == null) ? new Node(root) : new NodeAndText(root, text);
3 references to _treeData
Microsoft.CodeAnalysis.Workspaces (3)
TreeData.StructuredTrivia.cs (3)
34=> _treeData.GetTextBetween(token1, token2); 38if (_treeData is NodeAndText) 40return _treeData.GetOriginalColumn(tabSize, token);