10 references to ConvertLinks
System.Data.Linq (10)
SqlClient\Query\SqlBinder.cs (10)
140
return this.ConvertToExpression(this.ConvertToFetchedExpression(this.
ConvertLinks
(this.VisitExpression(expr))));
893
newSelect.Selection = this.
ConvertLinks
(newSelect.Selection);
903
newSelect.Selection = this.
ConvertLinks
(this.VisitExpression(rref));
965
sel.Selection = this.
ConvertLinks
(this.VisitExpression(aref));
975
sel.Selection = this.
ConvertLinks
(this.VisitExpression(aref));
1177
select.Selection =
ConvertLinks
(select.Selection);
1220
col.Expression = this.
ConvertLinks
(col.Expression);
1226
SqlExpression e = this.
ConvertLinks
(o);
1240
SqlExpression converted =
ConvertLinks
(when.Value);
1279
SqlExpression e = this.
ConvertLinks
(o);