20 references to Synthesized
Microsoft.CodeAnalysis.CSharp (20)
Compiler\MethodBodySynthesizer.cs (2)
286BoundCall getOrCreateCall = BoundCall.Synthesized( 299BoundCall processHandlerCall = BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
87var falseOperatorCall = BoundCall.Synthesized(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), 777return BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
46return BoundCall.Synthesized(syntax, 67BoundCall.Synthesized(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1226return MakeLiftedUserDefinedConversionConsequence(BoundCall.Synthesized( 1371BoundExpression result = BoundCall.Synthesized( 1448BoundCall userDefinedCall = BoundCall.Synthesized( 1747return BoundCall.Synthesized(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, operand);
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
256getOrCreateCall = BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
704return BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_NullCoalescingOperator.cs (1)
149return BoundCall.Synthesized(rewrittenLeft.Syntax, rewrittenLeft, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, getValueOrDefaultDefaultValue, rewrittenRight);
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
507args[i] = BoundCall.Synthesized(arg.Syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, stringImplicitConversionToReadOnlySpan, arg);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (6)
117return BoundCall.Synthesized( 170return BoundCall.Synthesized(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, loweredOperand); 798return BoundCall.Synthesized( 828BoundExpression userDefinedCall = BoundCall.Synthesized( 975return BoundCall.Synthesized(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, operand); 992BoundExpression methodCall = BoundCall.Synthesized(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, getValueCall);