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)
112
Dim compilationUnitSyntax =
_syntaxTree
.GetCompilationUnitRoot()
165
Dim binder = BinderBuilder.CreateBinderForSourceFileImports(_sourceModule,
_syntaxTree
)
166
Dim compilationUnitSyntax =
_syntaxTree
.GetCompilationUnitRoot()