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