3 references to CreateBinderForSourceFileImports
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\BinderFactory.BinderFactoryVisitor.vb (1)
242Return BinderBuilder.CreateBinderForSourceFileImports(_factory._sourceModule, _factory._tree)
Binding\BinderFactory.vb (1)
175Return BinderBuilder.CreateBinderForSourceFileImports(_sourceModule, _tree)
Symbols\Source\SourceFile.vb (1)
163Dim binder = BinderBuilder.CreateBinderForSourceFileImports(_sourceModule, _syntaxTree)