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