9 references to NamespaceBinder
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\BinderBuilder.vb (2)
174nsSymbol As NamespaceSymbol) As NamespaceBinder 193Dim binder As NamespaceBinder = CreateBinderForNamespace(moduleSymbol, tree, nsSymbol)
Binding\BinderFactory.vb (6)
174Debug.Assert(TypeOf rootNamespaceBinder Is NamespaceBinder) 189Dim containingNamespaceBinder = TryCast(containingBinder, NamespaceBinder) 196containingNamespaceBinder = DirectCast(rootNamespaceBinder, NamespaceBinder) 604Private Function BuildNamespaceBinder(containingBinder As NamespaceBinder, childName As NameSyntax, globalNamespaceAllowed As Boolean) As NamespaceBinder 610Return DirectCast(BinderBuilder.CreateBinderForNamespace(_sourceModule, _tree, _sourceModule.GlobalNamespace), NamespaceBinder)
Compilation\SyntaxTreeSemanticModel.vb (1)
946If binder IsNot Nothing AndAlso TypeOf binder Is NamespaceBinder Then