2 references to
System.Data.Entity (2)
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
3044
internal ThenByTranslator() :
base
(true, SequenceMethod.ThenBy) { }
3048
internal ThenByDescendingTranslator() :
base
(false, SequenceMethod.ThenByDescending) { }