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