5 references to SingleStreamNest
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
985
case OpType.
SingleStreamNest
:
System\Data\Query\InternalTrees\PhysicalOps.cs (1)
290
: base(OpType.
SingleStreamNest
, prefixSortKeys, outputVars, collectionInfoList)
System\Data\Query\PlanCompiler\NestPullup.cs (3)
130
PlanCompiler.Assert(n.Op.OpType != OpType.
SingleStreamNest
, "illegal singleStreamNest?");
131
return (n.Op.OpType == OpType.
SingleStreamNest
|| n.Op.OpType == OpType.MultiStreamNest);
437
if (OpType.
SingleStreamNest
== chi.Op.OpType)