1 write to Tree
Microsoft.CodeAnalysis.CSharp (1)
Compilation\CSharpCompilation.cs (1)
2530this.Tree = tree;
5 references to Tree
Microsoft.CodeAnalysis.CSharp (5)
Compilation\CSharpCompilation.cs (5)
2396SyntaxTree infoTree = info.Tree; 2419var node = info.Tree.GetRoot(cancellationToken).FindToken(info.Span.Start, findInsideTrivia: false). 2544other.Tree == this.Tree && 2550return Hash.Combine(Tree, Span.Start);