4 references to Child3
System.Data.Entity (4)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
716foreach (Node child in n.Child3.Children)
System\Data\Query\PlanCompiler\NestPullup.cs (2)
725PlanCompiler.Assert(n.HasChild3 && n.Child3.Children.Count > 0, "GroupByIntoOp with no group aggregates?"); 726Node varDefListNode = n.Child3;
System\Data\Query\PlanCompiler\ProjectionPruner.cs (1)
569if (result.Op.OpType == OpType.GroupByInto && n.Child3.Children.Count == 0)