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)
125lastDebugDocument = documentProvider(lastPath, basePath: lastPathIsMapped ? this._tree.FilePath : null); 130SyntaxTree currentTree = current._tree; 228FileLinePositionSpan fileLinePositionSpan = current._tree.GetMappedLineSpanAndVisibility(span, out isHidden);