5 references to BindNamespaceOrTypeExpression
Microsoft.CodeAnalysis.VisualBasic (5)
Binding\AttributeSemanticModel.vb (1)
66
boundNode = binder.
BindNamespaceOrTypeExpression
(name, diagnostics)
Binding\Binder_Expressions.vb (3)
58
Return
BindNamespaceOrTypeExpression
(DirectCast(node, TypeSyntax), diagnostics)
603
Dim result As BoundExpression = Me.
BindNamespaceOrTypeExpression
(DirectCast(node, TypeSyntax), diagnostics)
2717
Dim boundType = Me.
BindNamespaceOrTypeExpression
(node, typeDiagnostics)
Compilation\SemanticModel.vb (1)
734
bnode = binder.
BindNamespaceOrTypeExpression
(DirectCast(expression, TypeSyntax), BindingDiagnosticBag.Discarded)