1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.cs (1)
63
_syntaxTree
= syntaxTree;
3 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
53
return _factory.
_syntaxTree
;
Binder\BinderFactory.cs (2)
84
return
_syntaxTree
;
92
return
_syntaxTree
.Options.Kind == SourceCodeKind.Script;