1 write to canUseOuterApply
System.Data.Linq (1)
SqlClient\Query\SqlBinder.cs (1)
117this.canUseOuterApply = canUseOuterApply;
1 reference to canUseOuterApply
System.Data.Linq (1)
SqlClient\Query\SqlBinder.cs (1)
878if (this.canUseOuterApply && exp.NodeType == SqlNodeType.Element && this.currentSelect != null) {