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