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)
57return _factory._syntaxTree;
Binder\BinderFactory.cs (2)
86return _syntaxTree; 94return _syntaxTree.Options.Kind == SourceCodeKind.Script;