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