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