5 references to OuterApply
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
963case OpType.OuterApply:
System\Data\Query\InternalTrees\RelOps.cs (1)
406private 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)
209a.Op.OpType == OpType.OuterApply); 2842if (applyOp.OpType == OpType.OuterApply &&