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