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)
494attrs.Add("WithTies", op.WithTies);
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1158!((ConstrainedSortOp)op).WithTies)
System\Data\Query\InternalTrees\OpCopier.cs (1)
797ConstrainedSortOp newSortOp = m_destCmd.CreateConstrainedSortOp(newSortKeys, op.WithTies);
System\Data\Query\PlanCompiler\CTreeGenerator.cs (3)
1608retExpr = this.CreateLimitExpression(inputExpr, this.VisitNode(n.Child2), op.WithTies); 1634op.WithTies 1651op.WithTies
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2245n.Op = m_command.CreateConstrainedSortOp(newSortKeys, op.WithTies);