2 writes to outerSelect
System.Data.Linq (2)
SqlClient\Query\SqlMultiplexer.cs (2)
111
this.
outerSelect
= select;
125
this.
outerSelect
= saveSelect;
5 references to outerSelect
System.Data.Linq (5)
SqlClient\Query\SqlMultiplexer.cs (5)
46
!this.hasBigJoin && this.canJoin && this.isTopLevel && this.
outerSelect
!= null
53
SqlJoin join = new SqlJoin(SqlJoinType.OuterApply, this.
outerSelect
.From, alias, null, sms.SourceExpression);
54
this.
outerSelect
.From = join;
55
this.
outerSelect
.OrderingType = SqlOrderingType.Always;
110
SqlSelect saveSelect = this.
outerSelect
;