14 references to Synthesized
Microsoft.CodeAnalysis.CSharp (14)
BoundTree\Constructors.cs (3)
170
return
Synthesized
(syntax, receiverOpt, initialBindingReceiverIsSubjectToCloning: initialBindingReceiverIsSubjectToCloning, method, ImmutableArray<BoundExpression>.Empty);
175
return
Synthesized
(syntax, receiverOpt, initialBindingReceiverIsSubjectToCloning: initialBindingReceiverIsSubjectToCloning, method, ImmutableArray.Create(arg0));
180
return
Synthesized
(syntax, receiverOpt, initialBindingReceiverIsSubjectToCloning: initialBindingReceiverIsSubjectToCloning, method, ImmutableArray.Create(arg0, arg1));
Compiler\MethodBodySynthesizer.cs (3)
398
operand: BoundCall.
Synthesized
(syntax,
463
operand: BoundCall.
Synthesized
(syntax,
481
BoundExpression compareExchange = BoundCall.
Synthesized
(syntax,
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.cs (2)
335
BoundExpression setterCall = BoundCall.
Synthesized
(
351
BoundCall setterCall = BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (2)
1089
BoundExpression currentDimensionUpperBound = BoundCall.
Synthesized
(forEachSyntax, boundArrayVar, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, getUpperBoundMethod, dimensionArgument);
1143
BoundExpression currentDimensionLowerBound = BoundCall.
Synthesized
(forEachSyntax, boundArrayVar, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, getLowerBoundMethod, dimensionArgument);
Lowering\LocalRewriter\LocalRewriter_PropertyAccess.cs (1)
97
return BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (2)
196
return BoundCall.
Synthesized
(originalSyntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, method, finalArguments);
511
var concatCall = BoundCall.
Synthesized
(syntax, receiverOpt: null, initialBindingReceiverIsSubjectToCloning: ThreeState.Unknown, spanConcat, args.ToImmutableAndFree());
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (1)
525
return BoundCall.
Synthesized
(syntax, boundTemp, initialBindingReceiverIsSubjectToCloning: ThreeState.False, operatorMethod, rightOpt is null ? [] : [rightOpt]);