2 writes to canLiftAll
System.Data.Linq (2)
SqlClient\Query\SqlOuterApplyReducer.cs (2)
345
this.
canLiftAll
= true;
358
this.
canLiftAll
= false;
2 references to canLiftAll
System.Data.Linq (2)
SqlClient\Query\SqlOuterApplyReducer.cs (2)
321
return v.
canLiftAll
;
362
if (this.
canLiftAll
&& select.Where != null) {