1 instantiation of OuterApplyOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\RelOps.cs (1)
410
internal static readonly OuterApplyOp Instance = new
OuterApplyOp
();
17 references to OuterApplyOp
System.Data.Entity (17)
System\Data\Query\InternalTrees\Command.cs (2)
1232
internal
OuterApplyOp
CreateOuterApplyOp()
1234
return
OuterApplyOp
.Instance;
System\Data\Query\InternalTrees\OpCopier.cs (1)
900
public override Node Visit(
OuterApplyOp
op, Node n)
System\Data\Query\InternalTrees\RelOps.cs (3)
410
internal static readonly
OuterApplyOp
Instance = new OuterApplyOp();
411
internal static readonly
OuterApplyOp
Pattern =
OuterApplyOp
.Instance;
System\Data\Query\InternalTrees\Visitors.cs (2)
646
public virtual void Visit(
OuterApplyOp
op, Node n)
990
public virtual TResultType Visit(
OuterApplyOp
op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2064
public override DbExpression Visit(
OuterApplyOp
op, Node n)
System\Data\Query\PlanCompiler\SubqueryTrackingVisitor.cs (1)
165
OuterApplyOp
op = m_command.CreateOuterApplyOp();
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
1942
new Node(
OuterApplyOp
.Pattern,
2418
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,
2473
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,
2485
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,
2662
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,
2812
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,
2900
new PatternMatchRule(new Node(
OuterApplyOp
.Pattern,