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