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