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