7 references to syntaxTree
Microsoft.CodeAnalysis.CSharp (7)
Binder\BinderFactory.BinderFactoryVisitor.cs (7)
105if (compilationUnit != syntaxTree.GetRoot()) 424if (node.Parent.Kind() == SyntaxKind.CompilationUnit && syntaxTree.Options.Kind != SourceCodeKind.Regular) 586if (InSpan(sym.Locations[0], this.syntaxTree, memberSpan)) 597if (InSpan(implementation.Locations[0], this.syntaxTree, memberSpan)) 604else if (InSpan(sym.Locations, this.syntaxTree, memberSpan)) 917if (compilationUnit != syntaxTree.GetRoot()) 1049Debug.Assert(token == this.syntaxTree.GetRoot().GetLastToken());