20 references to Synthesized
Microsoft.CodeAnalysis.CSharp (19)
Compiler\MethodBodySynthesizer.cs (2)
285BoundCall getOrCreateCall = BoundCall.Synthesized( 297BoundCall processHandlerCall = BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
86var falseOperatorCall = BoundCall.Synthesized(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), 757return BoundCall.Synthesized(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), leftTruthOperator, loweredLeft);
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1082return MakeLiftedUserDefinedConversionConsequence(BoundCall.Synthesized(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, nonNullValue), type); 1222BoundExpression result = BoundCall.Synthesized(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, rewrittenOperand); 1294BoundCall userDefinedCall = BoundCall.Synthesized(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), conversion.Method, callGetValueOrDefault); 1592return BoundCall.Synthesized(syntax, receiverOpt: null, method, operand);
Lowering\LocalRewriter\LocalRewriter_Event.cs (1)
247getOrCreateCall = BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (1)
561BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (2)
64exitCallExpr = BoundCall.Synthesized( 158enterCallExpr = BoundCall.Synthesized(
Lowering\LocalRewriter\LocalRewriter_StringConcat.cs (1)
346return BoundCall.Synthesized(syntax, receiverOpt: null, method, array);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (6)
116return BoundCall.Synthesized(syntax, receiverOpt: constrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, constrainedToTypeOpt), method, loweredOperand); 164return BoundCall.Synthesized(syntax, receiverOpt: null, method, loweredOperand); 644return BoundCall.Synthesized(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), node.MethodOpt, rewrittenArgument); 669BoundExpression userDefinedCall = BoundCall.Synthesized(syntax, receiverOpt: node.ConstrainedToTypeOpt is null ? null : new BoundTypeExpression(syntax, aliasOpt: null, node.ConstrainedToTypeOpt), node.MethodOpt, call_GetValueOrDefault); 811return BoundCall.Synthesized(syntax, receiverOpt: null, method, operand); 828BoundExpression methodCall = BoundCall.Synthesized(syntax, receiverOpt: null, method, getValueCall);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\PlaceholderLocalSymbol.cs (1)
166expr = BoundCall.Synthesized(