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