9 references to Synthesized
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Statements.cs (2)
2546
return BoundConversion.
Synthesized
(node, BindToTypeForErrorRecovery(expr), Conversion.NoConversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, boolean, hasErrors: true);
2612
return BoundConversion.
Synthesized
(node, expr, Conversion.NoConversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, boolean, hasErrors: true);
Compiler\MethodBodySynthesizer.cs (2)
122
BoundConversion.
Synthesized
(syntax,
150
BoundConversion.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (3)
1213
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conversion, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType);
1250
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conv, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType);
1369
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, constantValueOpt, rewrittenType);
Lowering\SyntheticBoundNodeFactory.cs (1)
530
expression = BoundConversion.
Synthesized
(Syntax, expression, conversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, CurrentFunction.ReturnType);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\PlaceholderLocalSymbol.cs (1)
197
return BoundConversion.
Synthesized
(