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