19 references to BoundConversion
Microsoft.CodeAnalysis.CSharp (19)
Binder\Binder_Conversions.cs (2)
198
return new
BoundConversion
(
288
return new
BoundConversion
(
Binder\Binder_Deconstruct.cs (3)
132
new
BoundConversion
(boundRHS.Syntax, boundRHS, Conversion.Deconstruction, @checked: false, explicitCastInCode: false, conversionGroupOpt: null,
161
var boundConversion = new
BoundConversion
(
310
nestedConversions.Add((operandPlaceholder, new
BoundConversion
(syntax, operandPlaceholder, nestedConversion,
Binder\Binder_Expressions.cs (2)
3892
return new
BoundConversion
(
8648
expr = new
BoundConversion
(
Binder\Binder_Invocation.cs (1)
1759
collection = new
BoundConversion
(
BoundTree\Constructors.cs (1)
360
return new
BoundConversion
(
Lowering\DiagnosticsPass_Warnings.cs (1)
291
left = new
BoundConversion
(left.Syntax, left, conversion, node.Operator.Kind.IsChecked(),
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1016
return new
BoundConversion
(
1132
var result = new
BoundConversion
(syntax, rewrittenOperand, new Conversion(conversionKind, method, false), @checked, explicitCastInCode: explicitCastInCode, conversionGroup, constantValueOpt: null, rewrittenType);
1137
return new
BoundConversion
(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroup, constantValueOpt: null, rewrittenType);
1740
return new
BoundConversion
(syntax, operand, conversion, @checked: false, explicitCastInCode: false, conversionGroupOpt: null, constantValueOpt: constantValueOpt, type: toType);
Lowering\LocalRewriter\LocalRewriter_TupleBinaryOperator.cs (4)
70
var newArgument = new
BoundConversion
(
120
var convertedFieldAccess = new
BoundConversion
(
213
return new
BoundConversion
(
474
return new
BoundConversion
(
Lowering\SyntheticBoundNodeFactory.cs (1)
1516
return new
BoundConversion
(Syntax, arg, conversion, @checked: isChecked, explicitCastInCode: true, conversionGroupOpt: null, null, type) { WasCompilerGenerated = true };