8 references to MultiStreamNest
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (1)
939case OpType.MultiStreamNest:
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
333: base(OpType.MultiStreamNest, prefixSortKeys, outputVars, collectionInfoList)
System\Data\Query\PlanCompiler\NestPullup.cs (6)
131return (n.Op.OpType == OpType.SingleStreamNest || n.Op.OpType == OpType.MultiStreamNest); 463if (op.OpType != OpType.MultiStreamNest && chi.Op.IsRelOp) 486if (chi.Op.OpType == OpType.MultiStreamNest) 500|| ((op.OpType == OpType.LeftOuterJoin || op.OpType == OpType.OuterApply) && n.Child1.Op.OpType == OpType.MultiStreamNest)) 570while (newFilterChild.Op.OpType == OpType.MultiStreamNest) 2130if (chi.Op.OpType == OpType.MultiStreamNest)