4 references to CreateConstrainedSortOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
797
ConstrainedSortOp 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)
2245
n.Op = m_command.
CreateConstrainedSortOp
(newSortKeys, op.WithTies);