4 references to Expression
System.Core (4)
Microsoft\Scripting\Actions\CallSiteBinder.cs (1)
208return new Expression<T>(
Microsoft\Scripting\Ast\LambdaExpression.cs (2)
245return new Expression<TDelegate>(body, name, tailCall, parameters); 352return new Expression<TDelegate>(body, name, tailCall, parameterList);
Microsoft\Scripting\Compiler\StackSpiller.cs (1)
124return new Expression<T>(newBody, lambda.Name, lambda.TailCall, lambda.Parameters);