1 write to Tree
Microsoft.CodeAnalysis.Features (1)
StackTraceExplorer\ParsedStackFrame.cs (1)
30
Tree
= tree;
3 references to Tree
Microsoft.CodeAnalysis.Features (2)
StackTraceExplorer\ParsedStackFrame.cs (2)
33
public StackFrameCompilationUnit Root =>
Tree
.Root;
37
return
Tree
.Text.CreateString();
Microsoft.VisualStudio.LanguageServices (1)
StackTraceExplorer\StackFrameViewModel.cs (1)
146
var tree = _frame.
Tree
;