12 references to FullOuterJoin
System.Data.Entity (12)
System\Data\Query\InternalTrees\Dump.cs (1)
897case OpType.FullOuterJoin:
System\Data\Query\InternalTrees\NodeInfo.cs (2)
862op.OpType == OpType.FullOuterJoin)) 902if (op.OpType == OpType.FullOuterJoin)
System\Data\Query\InternalTrees\RelOps.cs (1)
325private FullOuterJoinOp() : base(OpType.FullOuterJoin) { }
System\Data\Query\PlanCompiler\JoinGraph.cs (6)
644if (joinNode.Op.OpType == OpType.FullOuterJoin) 698case OpType.FullOuterJoin: 866if (opType == OpType.FullOuterJoin) 889if (joinNode.Node.Op.OpType == OpType.FullOuterJoin || 935case OpType.FullOuterJoin: 2646case OpType.FullOuterJoin:
System\Data\Query\PlanCompiler\NestPullup.cs (1)
499if ((op.OpType == OpType.FullOuterJoin)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
242n.Op.OpType == OpType.FullOuterJoin, "unexpected op?");