1 instantiation of FullOuterJoinOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
329
internal static readonly FullOuterJoinOp Instance = new
FullOuterJoinOp
();
9 references to FullOuterJoinOp
System.Data.Entity (9)
System\Data\Query\InternalTrees\Command.cs (2)
1202
internal
FullOuterJoinOp
CreateFullOuterJoinOp()
1204
return
FullOuterJoinOp
.Instance;
System\Data\Query\InternalTrees\OpCopier.cs (1)
878
public override Node Visit(
FullOuterJoinOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (3)
329
internal static readonly
FullOuterJoinOp
Instance = new FullOuterJoinOp();
330
internal static readonly
FullOuterJoinOp
Pattern =
FullOuterJoinOp
.Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
626
public virtual void Visit(
FullOuterJoinOp
op, Node n)
1029
public virtual TResultType Visit(
FullOuterJoinOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1995
public override DbExpression Visit(
FullOuterJoinOp
op, Node n)