2 writes to lifted
System.Data.Linq (2)
SqlClient\Query\SqlOuterApplyReducer.cs (2)
370this.lifted = new SqlBinary(SqlNodeType.And, this.lifted.ClrType, this.lifted.SqlType, this.lifted, select.Where); 372this.lifted = select.Where;
5 references to lifted
System.Data.Linq (5)
SqlClient\Query\SqlOuterApplyReducer.cs (5)
329return v.lifted; 369if (this.lifted != null) 370this.lifted = new SqlBinary(SqlNodeType.And, this.lifted.ClrType, this.lifted.SqlType, this.lifted, select.Where);