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