3 references to Tree
Microsoft.CodeAnalysis.Features (2)
StackTraceExplorer\ParsedStackFrame.cs (2)
19
public StackFrameCompilationUnit Root =>
Tree
.Root;
23
return
Tree
.Text.CreateString();
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
140
var tree = _frame.
Tree
;