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