31 references to BoundConversion
Microsoft.CodeAnalysis.VisualBasic (31)
Analysis\InitializerRewriter.vb (1)
75
New
BoundConversion
(
Binding\Binder_Conversions.vb (13)
333
Return New
BoundConversion
(node,
447
argument = New
BoundConversion
(tree, argument, ConversionKind.Identity, CheckOverflow, isExplicit, targetType)
503
Return New
BoundConversion
(tree, argument, convKind.Key, CheckOverflow, isExplicit, targetType, hasErrors:=True)
587
Return New
BoundConversion
(tree, argument, convKind.Key And (Not ConversionKind.UserDefined), CheckOverflow, isExplicit, targetType, hasErrors:=True)
596
Return New
BoundConversion
(tree, argument, convKind.Key, CheckOverflow, isExplicit, targetType, hasErrors:=True)
1255
argument = New
BoundConversion
(tree, argument, convKind, False, isExplicit, targetType, hasErrors:=hasErrors)
1382
Return New
BoundConversion
(tree, errorRecovery, convKind, False, isExplicit, targetType, hasErrors:=True)
1439
Dim anonymousDelegateInstance = New
BoundConversion
(tree, boundLambda, ConversionKind.Widening Or ConversionKind.Lambda,
1543
Return New
BoundConversion
(tree, lambda, convKind, False, isExplicit, targetType, hasErrors:=True).MakeCompilerGenerated()
1594
Return New
BoundConversion
(tree, lambda, convKind, False, isExplicit, targetType).MakeCompilerGenerated()
1608
Return New
BoundConversion
(tree, node, ConversionKind.InterpolatedString, False, isExplicit, targetType)
1668
result = New
BoundConversion
(sourceTuple.Syntax, result, convKind, checked:=False, explicitCastInCode:=isExplicit, type:=destination)
1674
result = New
BoundConversion
(
Binding\Binder_Delegates.vb (1)
137
boundFirstArgument = New
BoundConversion
(node, boundFirstArgument, ConversionKind.Identity, CheckOverflow, True, delegateType)
Binding\Binder_Expressions.vb (1)
1489
argument = New
BoundConversion
(tree, argument, conv, False, isExplicit, destination)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (1)
654
Return New
BoundConversion
(oldArg.Syntax, oldArg, ConversionKind.NarrowingNullable, False, False, parameterType)
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
743
result = New
BoundConversion
(node.Syntax, DirectCast(result, BoundExpression), ConversionKind.NarrowingBoolean, node.Checked, False, node.Type)
Lowering\LocalRewriter\LocalRewriter_Call.vb (1)
25
Return New
BoundConversion
(node.Syntax,
Lowering\LocalRewriter\LocalRewriter_ConditionalExpressions.vb (2)
141
rewrittenWhenTrue = New
BoundConversion
(rewrittenTestExpression.Syntax,
153
New
BoundConversion
(rewrittenTestExpression.Syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (8)
987
result = New
BoundConversion
(node.Syntax, DirectCast(result, BoundExpression),
1060
operand = New
BoundConversion
(node.Syntax, operand, conv, node.Checked, node.ExplicitCastInCode,
1132
result = New
BoundConversion
(node.Syntax, DirectCast(result, BoundExpression),
1199
operand = New
BoundConversion
(node.Syntax, operand, conv, node.Checked, node.ExplicitCastInCode,
1269
result = New
BoundConversion
(node.Syntax, DirectCast(result, BoundExpression),
1287
Return New
BoundConversion
(node.Syntax, callOperand.Arguments(0), node.ConversionKind, node.Checked, node.ExplicitCastInCode, node.Type)
1306
operand = New
BoundConversion
(node.Syntax, operand, ConversionKind.WideningNumeric, node.Checked, node.ExplicitCastInCode,
1315
result = New
BoundConversion
(node.Syntax, callMathRound, node.ConversionKind,
Lowering\LocalRewriter\LocalRewriter_DelegateCreation.vb (1)
42
Dim result As BoundExpression = New
BoundConversion
(
Lowering\LocalRewriter\LocalRewriter_With.vb (1)
117
New
BoundConversion
(