3 references to AddReceiverNamespaces
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (1)
3382If Not AddReceiverNamespaces(namespaces, candidate, Me.Compilation) Then
Compilation\SyntaxTreeSemanticModel.vb (2)
659If Not Binder.AddReceiverNamespaces(namespaces, DirectCast(parentInfo.Symbol, Symbol), Compilation) Then 664If Not Binder.AddReceiverNamespaces(namespaces, DirectCast(candidate, Symbol), Compilation) Then