8 references to Synthesized
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (2)
2686
return BoundConversion.
Synthesized
(node, BindToTypeForErrorRecovery(expr), Conversion.NoConversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, boolean, hasErrors: true);
2750
return BoundConversion.
Synthesized
(node, expr, Conversion.NoConversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, boolean, hasErrors: true);
Compiler\MethodBodySynthesizer.cs (2)
123
BoundConversion.
Synthesized
(syntax,
151
BoundConversion.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (3)
1362
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conversion, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType);
1404
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conv, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType);
1525
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, constantValueOpt, rewrittenType);
Lowering\SyntheticBoundNodeFactory.cs (1)
575
expression = BoundConversion.
Synthesized
(Syntax, expression, conversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, CurrentFunction.ReturnType);