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