1 write to Tree
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2876this.Tree = tree;
5 references to Tree
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (5)
2742SyntaxTree infoTree = info.Tree; 2765var node = info.Tree.GetRoot(cancellationToken).FindToken(info.Span.Start, findInsideTrivia: false). 2890other.Tree == this.Tree && 2896return Hash.Combine(Tree, Span.Start);