5 instantiations of SqlNop
System.Data.Linq (5)
SqlClient\Query\SqlFlattener.cs (1)
69select.Selection = new SqlNop(select.Selection.ClrType, select.Selection.SqlType, select.SourceExpression);
SqlClient\Query\SqlLiftIndependentRowExpressions.cs (1)
110SqlSelect ns = new SqlSelect(new SqlNop(cols[0].ClrType, cols[0].SqlType, sqlSource.SourceExpression), sqlSource, sqlSource.SourceExpression);
SqlClient\Query\SqlOuterApplyReducer.cs (1)
150SqlSelect ns = new SqlSelect(new SqlNop(cols[0].ClrType, cols[0].SqlType, sqlSource.SourceExpression), sqlSource, sqlSource.SourceExpression);
SqlClient\Query\SqlReorderer.cs (1)
263SqlSelect select = new SqlSelect(new SqlNop(column.ClrType, column.SqlType, column.SourceExpression), this.currentSelect.From, this.currentSelect.SourceExpression);
SqlClient\Reader\ObjectReaderCompiler.cs (1)
250SqlAlias newalias = new SqlAlias(new SqlNop(aref.ClrType, aref.SqlType, null));
3 references to SqlNop
System.Data.Linq (3)
SqlClient\Common\SqlVisitor.cs (2)
203result = this.VisitNop((SqlNop)node); 284internal virtual SqlExpression VisitNop(SqlNop nop) {
SqlClient\Query\SqlFormatter.cs (1)
113internal override SqlExpression VisitNop(SqlNop nop) {