3 references to ThenByDescending
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
3048internal ThenByDescendingTranslator() : base(false, SequenceMethod.ThenByDescending) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
59map.Add(@"ThenByDescending(IOrderedQueryable`1<T0>, Expression`1<Func`2<T0, T1>>)->IOrderedQueryable`1<T0>", SequenceMethod.ThenByDescending); 184map.Add(@"ThenByDescending(IOrderedEnumerable`1<T0>, Func`2<T0, T1>)->IOrderedEnumerable`1<T0>", SequenceMethod.ThenByDescending);