7 references to syntaxTree
Microsoft.CodeAnalysis.CSharp (7)
Binder\BinderFactory.BinderFactoryVisitor.cs (7)
109if (compilationUnit != syntaxTree.GetRoot()) 441if (node.Parent.Kind() == SyntaxKind.CompilationUnit && syntaxTree.Options.Kind != SourceCodeKind.Regular) 603if (InSpan(sym.GetFirstLocation(), this.syntaxTree, memberSpan)) 612if (InSpan(implementation.GetFirstLocation(), this.syntaxTree, memberSpan)) 619else if (InSpan(sym.Locations, this.syntaxTree, memberSpan)) 932if (compilationUnit != syntaxTree.GetRoot()) 1064Debug.Assert(token == this.syntaxTree.GetRoot().GetLastToken());