1 write to _debugNodeData
Microsoft.CodeAnalysis.Workspaces (1)
TreeData.Debug.cs (1)
19
_debugNodeData
= new Node(root);
1 reference to _debugNodeData
Microsoft.CodeAnalysis.Workspaces (1)
TreeData.Debug.cs (1)
25
Contract.ThrowIfFalse(text ==
_debugNodeData
.GetTextBetween(token1, token2));