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