22 references to Keys
System.Data.Entity (22)
System\Data\Query\InternalTrees\Dump.cs (1)
503
foreach (InternalTrees.SortKey sortKey in op.
Keys
) {
System\Data\Query\InternalTrees\OpCopier.cs (2)
773
List<SortKey> newSortKeys = Copy(op.
Keys
);
794
List<SortKey> newSortKeys = Copy(op.
Keys
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
1563
DbExpression retExpr = inputInfo.CreateBinding().Sort(VisitSortKeys(op.
Keys
));
1593
if (op.
Keys
.Count == 0)
1618
List<DbSortClause> sortOrder = VisitSortKeys(op.
Keys
);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1387
_iqtCommand.CreateConstrainedSortOp(((SortOp)inputNode.Op).
Keys
, withTies),
System\Data\Query\PlanCompiler\NestPullup.cs (5)
817
foreach (System.Data.Query.InternalTrees.SortKey key in ((SortOp)sortNode.Op).
Keys
)
1250
sortKeys = OpCopier.Copy(Command, sortOp.
Keys
);
1564
n.Child0.Op = GetNestOpWithConsolidatedSortKeys(nestOp, op.
Keys
);
1598
nestNode.Op = GetNestOpWithConsolidatedSortKeys(nestOp, op.
Keys
);
2394
sortKeys.Add(sortOp.
Keys
);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (4)
1294
List<InternalTrees.SortKey> newSortKeys = HandleSortKeys(op.
Keys
);
1296
if (newSortKeys != op.
Keys
)
2241
List<InternalTrees.SortKey> newSortKeys = HandleSortKeys(op.
Keys
);
2243
if (newSortKeys != op.
Keys
)
System\Data\Query\PlanCompiler\PreProcessor.cs (2)
2348
if (sort.
Keys
.Count > 0)
2364
foreach (SortKey key in sort.
Keys
)
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
711
foreach (InternalTrees.SortKey sk in op.
Keys
)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
770
foreach (InternalTrees.SortKey sk in op.
Keys
)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
124
return HasVarReferences(((SortBaseOp)node.Op).
Keys
, vars);
System\Data\Query\PlanCompiler\VarRemapper.cs (1)
310
Map(op.
Keys
);