14 references to CrossJoin
System.Data.Entity (14)
System\Data\Query\InternalTrees\Dump.cs (1)
879
case OpType.
CrossJoin
:
System\Data\Query\InternalTrees\RelOps.cs (1)
221
private CrossJoinOp() : base(OpType.
CrossJoin
) { }
System\Data\Query\PlanCompiler\JoinGraph.cs (5)
710
case OpType.
CrossJoin
:
851
if (opType == OpType.
CrossJoin
)
938
case OpType.
CrossJoin
:
2504
if (joinNode.Node.Op.OpType == OpType.
CrossJoin
)
2643
case OpType.
CrossJoin
:
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
595
if (n.Op.OpType == OpType.
CrossJoin
)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
662
if (n.Op.OpType == OpType.
CrossJoin
)
System\Data\Query\PlanCompiler\TransformationRules.cs (5)
1860
if (joinOp.OpType == OpType.
CrossJoin
|| joinOp.OpType == OpType.InnerJoin)
1886
if (joinOp.OpType == OpType.
CrossJoin
)
1898
newJoinPredicateNode = (joinOp.OpType == OpType.
CrossJoin
) ? null : joinNode.Child2;
1914
if (joinOp.OpType == OpType.
CrossJoin
)
3593
if (joinNode.Op.OpType == OpType.
CrossJoin
)