6 references to LiftPrimitiveOrThrow
System.Linq.Expressions (6)
System\Linq\Expressions\BinaryExpression.cs (3)
620return new MethodBinaryExpression(binaryType, left, right, method.ReturnType.LiftPrimitiveOrThrow(), method); 652return new MethodBinaryExpression(binaryType, left, right, method.ReturnType.LiftPrimitiveOrThrow(), method); 2241return left.LiftPrimitiveOrThrow();
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
103resultType = mc.Type.LiftPrimitiveOrThrow();
System\Linq\Expressions\UnaryExpression.cs (2)
374return new UnaryExpression(unaryType, operand, method.ReturnType.LiftPrimitiveOrThrow(), method); 397return new UnaryExpression(unaryType, operand, method.ReturnType.LiftPrimitiveOrThrow(), method);