11 references to Sort
System.Data.Entity (11)
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
664
: base(DbExpressionKind.
Sort
, resultType)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
3016
if (DbExpressionKind.
Sort
!= source.ExpressionKind)
System\Data\Objects\ELinq\OrderByLifter.cs (5)
102
if (source.ExpressionKind == DbExpressionKind.
Sort
)
110
if (projectInput.ExpressionKind == DbExpressionKind.
Sort
)
122
if (limitInput.ExpressionKind == DbExpressionKind.
Sort
)
140
if (limitInput.ExpressionKind == DbExpressionKind.
Sort
)
152
if (projectInput.ExpressionKind == DbExpressionKind.
Sort
)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (1)
790
case DbExpressionKind.
Sort
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1963
case DbExpressionKind.
Sort
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
4014
case DbExpressionKind.
Sort
:
4088
case DbExpressionKind.
Sort
: