1 instantiation of GroupAggregateRefComputingVisitor
System.Data.Entity (1)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
648GroupAggregateRefComputingVisitor groupRefComputingVisitor = new GroupAggregateRefComputingVisitor(itree);
2 references to GroupAggregateRefComputingVisitor
System.Data.Entity (2)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (2)
648GroupAggregateRefComputingVisitor groupRefComputingVisitor = new GroupAggregateRefComputingVisitor(itree); 861IEnumerable<GroupAggregateVarInfo> groupAggregateVarInfos = GroupAggregateRefComputingVisitor.Process(m_command, out m_tryGetParent);