1 write to WithTies
System.Data.Entity (1)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1367
((ConstrainedSortOp)inputNode.Op).
WithTies
= true;
7 references to WithTies
System.Data.Entity (7)
System\Data\Query\InternalTrees\Dump.cs (1)
494
attrs.Add("WithTies", op.
WithTies
);
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1158
!((ConstrainedSortOp)op).
WithTies
)
System\Data\Query\InternalTrees\OpCopier.cs (1)
797
ConstrainedSortOp newSortOp = m_destCmd.CreateConstrainedSortOp(newSortKeys, op.
WithTies
);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
1608
retExpr = this.CreateLimitExpression(inputExpr, this.VisitNode(n.Child2), op.
WithTies
);
1634
op.
WithTies
1651
op.
WithTies
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2245
n.Op = m_command.CreateConstrainedSortOp(newSortKeys, op.
WithTies
);