23 references to Synthesized
Microsoft.CodeAnalysis.CSharp (23)
Compiler\MethodBodySynthesizer.cs (2)
288
BoundCall getOrCreateCall = BoundCall.
Synthesized
(
301
BoundCall processHandlerCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
87
var falseOperatorCall = BoundCall.
Synthesized
(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt),
778
return BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (2)
46
return BoundCall.
Synthesized
(syntax,
67
BoundCall.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (5)
1295
return MakeLiftedUserDefinedConversionConsequence(BoundCall.
Synthesized
(
1442
BoundExpression result = BoundCall.
Synthesized
(
1521
BoundCall userDefinedCall = BoundCall.
Synthesized
(
1584
return BoundCall.
Synthesized
(
1862
return BoundCall.
Synthesized
(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, operand);
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
256
getOrCreateCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
716
return BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (2)
108
exitCallExpr = BoundCall.
Synthesized
(
203
enterCallExpr = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_NullCoalescingOperator.cs (1)
149
return BoundCall.
Synthesized
(rewrittenLeft.Syntax, rewrittenLeft, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, getValueOrDefaultDefaultValue, rewrittenRight);
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
554
args[i] = BoundCall.
Synthesized
(arg.Syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, stringImplicitConversionToReadOnlySpan, arg);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (6)
117
return BoundCall.
Synthesized
(
170
return BoundCall.
Synthesized
(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, loweredOperand);
810
return BoundCall.
Synthesized
(
840
BoundExpression userDefinedCall = BoundCall.
Synthesized
(
987
return BoundCall.
Synthesized
(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, operand);
1004
BoundExpression methodCall = BoundCall.
Synthesized
(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, getValueCall);