2 references to VisitThenBy
System.Data.Linq (2)
SqlClient\Query\QueryConverter.cs (2)
2270return this.VisitThenBy(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), SqlOrderType.Ascending); 2277return this.VisitThenBy(mc.Arguments[0], this.GetLambda(mc.Arguments[1]), SqlOrderType.Descending);