8 references to CreateBinderForNamespace
Microsoft.CodeAnalysis.VisualBasic (8)
Binding\BinderBuilder.vb (5)
156
Return BinderBuilder.
CreateBinderForNamespace
(moduleSymbol, tree, namespaceSymbol)
193
Dim binder As NamespaceBinder =
CreateBinderForNamespace
(moduleSymbol, tree, nsSymbol)
233
Return New NamedTypeBinder(
CreateBinderForNamespace
(moduleSymbol, tree, DirectCast(containingSymbol, NamespaceSymbol)), typeSymbol)
250
Dim binder As Binder =
CreateBinderForNamespace
(moduleSymbol, tree, DirectCast(containingSymbol, NamespaceSymbol))
289
containingBinder = BinderBuilder.
CreateBinderForNamespace
(
Binding\BinderFactory.vb (2)
152
Return BinderBuilder.
CreateBinderForNamespace
(_sourceModule, _tree, _sourceModule.RootNamespace)
601
Return DirectCast(BinderBuilder.
CreateBinderForNamespace
(_sourceModule, _tree, _sourceModule.GlobalNamespace), NamespaceBinder)
Compilation\DocumentationComments\DocumentationCommentCompiler.Common.vb (1)
775
BinderBuilder.
CreateBinderForNamespace
([module], tree, DirectCast(containingNamespaceOrType, NamespaceSymbol)),