1 write to _tree
Microsoft.CodeAnalysis (1)
CodeGen\SequencePointList.cs (1)
39
_tree
= tree;
3 references to _tree
Microsoft.CodeAnalysis (3)
CodeGen\SequencePointList.cs (3)
125
lastDebugDocument = documentProvider(lastPath, basePath: lastPathIsMapped ? this.
_tree
.FilePath : null);
130
SyntaxTree currentTree = current.
_tree
;
228
FileLinePositionSpan fileLinePositionSpan = current.
_tree
.GetMappedLineSpanAndVisibility(span, out isHidden);