2 writes to currentSelect
System.Data.Linq (2)
SqlClient\Query\SqlReorderer.cs (2)
136
this.
currentSelect
= select;
201
this.
currentSelect
= saveSelect;
5 references to currentSelect
System.Data.Linq (5)
SqlClient\Query\SqlReorderer.cs (5)
135
SqlSelect saveSelect = this.
currentSelect
;
235
List<SqlColumn> columns = SqlGatherColumnsProduced.GatherColumns(this.
currentSelect
.From);
263
SqlSelect select = new SqlSelect(new SqlNop(column.ClrType, column.SqlType, column.SourceExpression), this.
currentSelect
.From, this.
currentSelect
.SourceExpression);
264
this.
currentSelect
.From = new SqlAlias(select);