1 instantiation of MultiStreamNestOp
System.Data.Entity (1)
System\Data\Query\InternalTrees\Command.cs (1)
1505return new MultiStreamNestOp(prefixSortKeys, outputVars, collectionInfoList);
18 references to MultiStreamNestOp
System.Data.Entity (18)
System\Data\Query\InternalTrees\Command.cs (1)
1502internal MultiStreamNestOp CreateMultiStreamNestOp(List<SortKey> prefixSortKeys, VarVec outputVars,
System\Data\Query\InternalTrees\OpCopier.cs (1)
1161public override Node Visit(MultiStreamNestOp op, Node n)
System\Data\Query\InternalTrees\Visitors.cs (2)
753public virtual void Visit(MultiStreamNestOp op, Node n) 936public virtual TResultType Visit(MultiStreamNestOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
2368public override DbExpression Visit(MultiStreamNestOp op, Node n)
System\Data\Query\PlanCompiler\NestPullup.cs (11)
488newCollectionInfoList.AddRange(((MultiStreamNestOp)chi.Op).CollectionInfo); 506foreach (CollectionInfo collectionInfo in ((MultiStreamNestOp)chi.Op).CollectionInfo) 954MultiStreamNestOp newNestOp = Command.CreateMultiStreamNestOp(sortKeys, newOutputVars, newCollectionInfo); 1119MultiStreamNestOp newNestedNestOp = Command.CreateMultiStreamNestOp( 1159MultiStreamNestOp nestOp = Command.CreateMultiStreamNestOp(new List<InternalTrees.SortKey>(), outputVars, collectionInfoList); 1639PlanCompiler.Assert(inputNestOp is MultiStreamNestOp, "Unexpected SingleStreamNestOp?"); 2122MultiStreamNestOp nestOp = (MultiStreamNestOp)nestNode.Op; 2706public override Node Visit(MultiStreamNestOp op, Node n) 2709MultiStreamNestOp newOp = (MultiStreamNestOp)result.Op;
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
383public override Node Visit(MultiStreamNestOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
820public override void Visit(MultiStreamNestOp op, Node n)