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