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