6 references to BoundConversion
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Conversions.vb (3)
1018Return New BoundConversion(tree, argument, convKind, False, isExplicit, Nothing, 1045Return New BoundConversion(tree, argument, convKind, CheckOverflow, isExplicit, constantResult, tupleElements, targetType) 1476Return New BoundConversion(tree, boundLambda, convKind, False, isExplicit, Nothing,
BoundTree\BoundConversion.vb (1)
35Me.New(syntax, operand, conversionKind, checked, explicitCastInCode, constantValueOpt:=constantValueOpt, extendedInfoOpt:=Nothing, type:=type, hasErrors:=hasErrors)
Generated\BoundNodes.xml.Generated.vb (1)
2135Dim result = New BoundConversion(Me.Syntax, operand, conversionKind, checked, explicitCastInCode, constantValueOpt, extendedInfoOpt, type, Me.HasErrors)
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (1)
557operand = TransformRewrittenConversion(New BoundConversion(node.Syntax,