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)) 621if (InSpan(implementation.GetFirstLocation(), this.syntaxTree, memberSpan)) 628else if (InSpan(sym.Locations, this.syntaxTree, memberSpan)) 941if (compilationUnit != syntaxTree.GetRoot()) 1073Debug.Assert(token == this.syntaxTree.GetRoot().GetLastToken());