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