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