11 references to ConvertToFetchedExpression
System.Data.Linq (11)
SqlClient\Query\SqlBinder.cs (11)
140
return this.ConvertToExpression(this.
ConvertToFetchedExpression
(this.ConvertLinks(this.VisitExpression(expr))));
300
bo.Left = this.
ConvertToFetchedExpression
(bo.Left);
301
bo.Right = this.
ConvertToFetchedExpression
(bo.Right);
565
uo.Operand = this.
ConvertToFetchedExpression
(uo.Operand);
1049
SqlNode fetched = this.
ConvertToFetchedExpression
(link);
1236
return this.
ConvertToFetchedExpression
((SqlLink)node);
1291
SqlNode fetchedValue =
ConvertToFetchedExpression
(when.Value);
1319
SqlNode fetchedValue =
ConvertToFetchedExpression
(when.TypeBinding);
1332
when.Match = this.
ConvertToFetchedExpression
(when.Match);
1333
when.Value = this.
ConvertToFetchedExpression
(when.Value);
1335
sc.Else = this.
ConvertToFetchedExpression
(sc.Else);