3 references to BoundTypeOf
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (2)
761
Return New
BoundTypeOf
(node, operand, operatorIsIsNot, targetType, resultType)
785
Return New
BoundTypeOf
(node, operand, operatorIsIsNot, targetType, resultType)
Generated\BoundNodes.xml.Generated.vb (1)
2474
Dim result = New
BoundTypeOf
(Me.Syntax, operand, isTypeOfIsNotExpression, targetType, type, Me.HasErrors)