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