3 references to SqlLift
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (1)
727return new SqlLift(type, expr, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
438return new SqlLift(lift.ClrType, this.VisitExpression(lift.Expression), lift.SourceExpression);
SqlClient\Query\SqlMethodCallConverter.cs (1)
1274returnValue = new SqlLift(targetType, expr, expr.SourceExpression);