3 instantiations of ConstrainedSortOp
System.Data.Entity (3)
System\Data\Query\InternalTrees\Command.cs (2)
1292
return new
ConstrainedSortOp
(sortKeys, false);
1303
return new
ConstrainedSortOp
(sortKeys, withTies);
System\Data\Query\InternalTrees\RelOps.cs (1)
656
internal static readonly ConstrainedSortOp Pattern = new
ConstrainedSortOp
();
13 references to ConstrainedSortOp
System.Data.Entity (13)
System\Data\Query\InternalTrees\Command.cs (2)
1290
internal
ConstrainedSortOp
CreateConstrainedSortOp(List<SortKey> sortKeys)
1301
internal
ConstrainedSortOp
CreateConstrainedSortOp(List<SortKey> sortKeys, bool withTies)
System\Data\Query\InternalTrees\Dump.cs (1)
492
public override void Visit(
ConstrainedSortOp
op, Node n) {
System\Data\Query\InternalTrees\NodeInfo.cs (1)
1158
!((
ConstrainedSortOp
)op).WithTies)
System\Data\Query\InternalTrees\OpCopier.cs (2)
788
public override Node Visit(
ConstrainedSortOp
op, Node n)
797
ConstrainedSortOp
newSortOp = m_destCmd.CreateConstrainedSortOp(newSortKeys, op.WithTies);
System\Data\Query\InternalTrees\RelOps.cs (1)
656
internal static readonly
ConstrainedSortOp
Pattern = new ConstrainedSortOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
566
public virtual void Visit(
ConstrainedSortOp
op, Node n)
1261
public virtual TResultType Visit(
ConstrainedSortOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1585
public override DbExpression Visit(
ConstrainedSortOp
op, Node n)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1367
((
ConstrainedSortOp
)inputNode.Op).WithTies = true;
System\Data\Query\PlanCompiler\NestPullup.cs (1)
1585
public override Node Visit(
ConstrainedSortOp
op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
2237
public override Node Visit(
ConstrainedSortOp
op, Node n)