3 writes to canLiftAll
System.Data.Linq (3)
SqlClient\Query\SqlOuterApplyReducer.cs (3)
411
this.
canLiftAll
= true;
444
this.
canLiftAll
= false;
478
this.
canLiftAll
= false;
3 references to canLiftAll
System.Data.Linq (3)
SqlClient\Query\SqlOuterApplyReducer.cs (3)
387
return v.
canLiftAll
;
467
if (this.
canLiftAll
) {
483
if (this.doLifting && this.
canLiftAll
) {