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