6 references to Synthesized
Microsoft.CodeAnalysis.CSharp (6)
Compiler\MethodBodySynthesizer.cs (2)
123
BoundConversion.
Synthesized
(syntax,
152
BoundConversion.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (3)
1375
return BoundConversion.
Synthesized
(
1419
return BoundConversion.
Synthesized
(
1542
return BoundConversion.
Synthesized
(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, InConversionGroupFlags.Unspecified, constantValueOpt, rewrittenType);
Lowering\SyntheticBoundNodeFactory.cs (1)
576
expression = BoundConversion.
Synthesized
(Syntax, expression, conversion, false, explicitCastInCode: false, conversionGroupOpt: null, InConversionGroupFlags.Unspecified, ConstantValue.NotAvailable, CurrentFunction.ReturnType);