20 references to Synthesized
Microsoft.CodeAnalysis.CSharp (19)
Compiler\MethodBodySynthesizer.cs (2)
285
BoundCall getOrCreateCall = BoundCall.
Synthesized
(
297
BoundCall processHandlerCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
86
var falseOperatorCall = BoundCall.
Synthesized
(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt),
757
return BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), leftTruthOperator, loweredLeft);
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1082
return MakeLiftedUserDefinedConversionConsequence(BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, nonNullValue), type);
1222
BoundExpression result = BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, rewrittenOperand);
1294
BoundCall userDefinedCall = BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, callGetValueOrDefault);
1592
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, operand);
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
247
getOrCreateCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
561
BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (2)
64
exitCallExpr = BoundCall.
Synthesized
(
158
enterCallExpr = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
346
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, array);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (6)
116
return BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), method, loweredOperand);
164
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, loweredOperand);
644
return BoundCall.
Synthesized
(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), node.MethodOpt, rewrittenArgument);
669
BoundExpression userDefinedCall = BoundCall.
Synthesized
(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), node.MethodOpt, call_GetValueOrDefault);
811
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, operand);
828
BoundExpression methodCall = BoundCall.
Synthesized
(syntax, receiverOpt: null, method, getValueCall);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\PlaceholderLocalSymbol.cs (1)
166
expr = BoundCall.
Synthesized
(