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