5 references to OuterApply
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
963
case OpType.
OuterApply
:
System\Data\Query\InternalTrees\RelOps.cs (1)
406
private OuterApplyOp() : base(OpType.
OuterApply
) { }
System\Data\Query\PlanCompiler\NestPullup.cs (1)
500
|| ((op.OpType == OpType.LeftOuterJoin || op.OpType == OpType.
OuterApply
) && n.Child1.Op.OpType == OpType.MultiStreamNest))
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
209
a.Op.OpType == OpType.
OuterApply
);
2842
if (applyOp.OpType == OpType.
OuterApply
&&