4 instantiations of SqlUserRow
System.Data.Linq (4)
SqlClient\Query\QueryConverter.cs (2)
1197SqlUserRow rowExp = new SqlUserRow(rowType, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), spc, mce); 1259SqlUserRow rowExp = new SqlUserRow(mType.InheritanceRoot, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), suq, this.dominatingExpression);
SqlClient\Query\SqlDuplicator.cs (1)
288return new SqlUserRow(row.RowType, row.SqlType, (SqlUserQuery)this.Visit(row.Query), row.SourceExpression);
SqlClient\SqlProvider.cs (1)
1677SqlUserRow rowExp = new SqlUserRow(rowType.InheritanceRoot, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), suq, tmp);
9 references to SqlUserRow
System.Data.Linq (9)
SqlClient\Common\SqlVisitor.cs (2)
110result = this.VisitUserRow((SqlUserRow)node); 345internal virtual SqlExpression VisitUserRow(SqlUserRow row) {
SqlClient\Query\QueryConverter.cs (2)
1197SqlUserRow rowExp = new SqlUserRow(rowType, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), spc, mce); 1259SqlUserRow rowExp = new SqlUserRow(mType.InheritanceRoot, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), suq, this.dominatingExpression);
SqlClient\Query\SqlBinder.cs (2)
828SqlUserRow row = (SqlUserRow)exp;
SqlClient\Query\SqlDuplicator.cs (1)
287internal override SqlExpression VisitUserRow(SqlUserRow row) {
SqlClient\Query\SqlFormatter.cs (1)
1413internal override SqlExpression VisitUserRow(SqlUserRow row) {
SqlClient\SqlProvider.cs (1)
1677SqlUserRow rowExp = new SqlUserRow(rowType.InheritanceRoot, this.typeProvider.GetApplicationType((int)ConverterSpecialTypes.Row), suq, tmp);