1 instantiation of LeftOuterJoinOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
297internal static readonly LeftOuterJoinOp Instance = new LeftOuterJoinOp();
15 references to LeftOuterJoinOp
System.Data.Entity (15)
System\Data\Query\InternalTrees\Command.cs (2)
1193internal LeftOuterJoinOp CreateLeftOuterJoinOp() 1195return LeftOuterJoinOp.Instance;
System\Data\Query\InternalTrees\OpCopier.cs (1)
867public override Node Visit(LeftOuterJoinOp op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (3)
297internal static readonly LeftOuterJoinOp Instance = new LeftOuterJoinOp(); 298internal static readonly LeftOuterJoinOp Pattern = LeftOuterJoinOp.Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
616public virtual void Visit(LeftOuterJoinOp op, Node n) 1040public virtual TResultType Visit(LeftOuterJoinOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1989public override DbExpression Visit(LeftOuterJoinOp op, Node n)
System\Data\Query\PlanCompiler\TransformationRules.cs (6)
1780new Node(LeftOuterJoinOp.Pattern, 2884LeftOuterJoinOp joinOp = command.CreateLeftOuterJoinOp(); 3287new Node(LeftOuterJoinOp.Pattern, 3374new PatternMatchRule(new Node(LeftOuterJoinOp.Pattern, 3527new PatternMatchRule(new Node(LeftOuterJoinOp.Pattern, 3630new PatternMatchRule(new Node(LeftOuterJoinOp.Pattern,