6 references to Synthesized
Microsoft.CodeAnalysis.CSharp (6)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (4)
779
return BoundCall.
Synthesized
(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), method, loweredLeft, loweredRight);
1925
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, loweredLeft, loweredRight);
1951
: (BoundExpression)BoundCall.
Synthesized
(syntax, receiverOpt: null, method, loweredLeft, loweredRight);
1986
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, loweredLeft, loweredRight);
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
109
BoundCall.
Synthesized
(
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
308
return BoundCall.
Synthesized
(syntax, receiverOpt: null, method, loweredLeft, loweredRight);