1 write to _syntaxTree
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.cs (1)
66
_syntaxTree
= syntaxTree;
3 references to _syntaxTree
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.BinderFactoryVisitor.cs (1)
57
return _factory.
_syntaxTree
;
Binder\BinderFactory.cs (2)
86
return
_syntaxTree
;
94
return
_syntaxTree
.Options.Kind == SourceCodeKind.Script;