2 references to EmitLift
System.Core (2)
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (1)
129EmitLift(b.NodeType, resultType, mc, variables, arguments);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (1)
341EmitLift(node.NodeType, resultType, mc, new ParameterExpression[] { v }, new Expression[] { node.Operand });