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