4 references to CreateConstrainedSortOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
797ConstrainedSortOp newSortOp = m_destCmd.CreateConstrainedSortOp(newSortKeys, op.WithTies);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1387_iqtCommand.CreateConstrainedSortOp(((SortOp)inputNode.Op).Keys, withTies), 1405_iqtCommand.CreateConstrainedSortOp(new List<SortKey>(), withTies),
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2245n.Op = m_command.CreateConstrainedSortOp(newSortKeys, op.WithTies);