1 write to _syntaxTree
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceFile.vb (1)
85_syntaxTree = tree
3 references to _syntaxTree
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Source\SourceFile.vb (3)
112Dim compilationUnitSyntax = _syntaxTree.GetCompilationUnitRoot() 165Dim binder = BinderBuilder.CreateBinderForSourceFileImports(_sourceModule, _syntaxTree) 166Dim compilationUnitSyntax = _syntaxTree.GetCompilationUnitRoot()