7 references to BoundTypeExpression
Microsoft.CodeAnalysis.VisualBasic (7)
Binding\Binder_Expressions.vb (5)
102
Return New
BoundTypeExpression
(node, asType.UnevaluatedReceiverOpt, asType.AliasOpt, operand.Type, operand.HasErrors)
589
Return New
BoundTypeExpression
(node, Nothing, [alias], [type])
669
Dim typeExpression = New
BoundTypeExpression
(node.Type, Nothing, aliasSym, typeSym, typeSym.IsErrorType())
3310
Return New
BoundTypeExpression
(node, receiver, Nothing, type, hasErrors:=hasError)
3336
Return New
BoundTypeExpression
(node, Nothing, [alias], DirectCast(symbol, TypeSymbol), hasErrors:=hasError)
BoundTree\BoundTypeExpression.vb (1)
14
Me.
New
(syntax, Nothing, Nothing, type, hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
1003
Dim result = New
BoundTypeExpression
(Me.Syntax, unevaluatedReceiverOpt, aliasOpt, type, Me.HasErrors)