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