18 references to Synthesized
Microsoft.CodeAnalysis.CSharp (14)
BoundTree\Constructors.cs (3)
165
return
Synthesized
(syntax, receiverOpt, method, ImmutableArray<BoundExpression>.Empty);
170
return
Synthesized
(syntax, receiverOpt, method, ImmutableArray.Create(arg0));
175
return
Synthesized
(syntax, receiverOpt, method, ImmutableArray.Create(arg0, arg1));
Compiler\MethodBodySynthesizer.cs (3)
395
operand: BoundCall.
Synthesized
(syntax,
459
operand: BoundCall.
Synthesized
(syntax,
476
BoundExpression compareExchange = BoundCall.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (2)
344
BoundExpression setterCall = BoundCall.
Synthesized
(
359
BoundCall setterCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (3)
501
return BoundCall.
Synthesized
(syntax, receiver, methodArgumentInfo.Method, arguments: ImmutableArray<BoundExpression>.Empty);
876
BoundExpression currentDimensionUpperBound = BoundCall.
Synthesized
(forEachSyntax, boundArrayVar, getUpperBoundMethod, dimensionArgument);
931
BoundExpression currentDimensionLowerBound = BoundCall.
Synthesized
(forEachSyntax, boundArrayVar, getLowerBoundMethod, dimensionArgument);
Lowering\LocalRewriter\LocalRewriter_PropertyAccess.cs (1)
95
return BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (2)
320
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, ImmutableArray.Create(loweredFirst, loweredSecond, loweredThird));
333
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, ImmutableArray.Create(loweredFirst, loweredSecond, loweredThird, loweredFourth));
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (4)
Rewriters\LocalDeclarationRewriter.cs (1)
114
var call = BoundCall.
Synthesized
(
Symbols\ObjectAddressLocalSymbol.cs (1)
38
var call = BoundCall.
Synthesized
(
Symbols\ObjectIdLocalSymbol.cs (1)
91
return BoundCall.
Synthesized
(
Symbols\ReturnValueLocalSymbol.cs (1)
35
var call = BoundCall.
Synthesized
(