6 references to Synthesized
Microsoft.CodeAnalysis.CSharp (6)
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);