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