6 references to Synthesized
Microsoft.CodeAnalysis.CSharp (6)
Compiler\MethodBodySynthesizer.cs (2)
123BoundConversion.Synthesized(syntax, 151BoundConversion.Synthesized(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (3)
1362return BoundConversion.Synthesized(syntax, rewrittenOperand, conversion, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType); 1404return BoundConversion.Synthesized(syntax, rewrittenOperand, conv, @checked: @checked, explicitCastInCode: true, conversionGroupOpt: null, constantValueOpt: null, rewrittenType); 1525return BoundConversion.Synthesized(syntax, rewrittenOperand, conversion, @checked, explicitCastInCode: explicitCastInCode, conversionGroupOpt: null, constantValueOpt, rewrittenType);
Lowering\SyntheticBoundNodeFactory.cs (1)
575expression = BoundConversion.Synthesized(Syntax, expression, conversion, false, explicitCastInCode: false, conversionGroupOpt: null, ConstantValue.NotAvailable, CurrentFunction.ReturnType);