1 write to Tree
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2769this.Tree = tree;
5 references to Tree
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (5)
2635SyntaxTree infoTree = info.Tree; 2658var node = info.Tree.GetRoot(cancellationToken).FindToken(info.Span.Start, findInsideTrivia: false). 2783other.Tree == this.Tree && 2789return Hash.Combine(Tree, Span.Start);