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