4 references to CreateAggregateOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
419return CopyDefault(m_destCmd.CreateAggregateOp(op.AggFunc, op.IsDistinctAggregate), n);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
918m_command.CreateAggregateOp(functionOp.Function, false),
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
2630_iqtCommand.CreateAggregateOp(funcAgg.Function, funcAgg.Distinct),
System\Data\Query\PlanCompiler\Normalizer.cs (1)
186AggregateOp aggregateOp = m_command.CreateAggregateOp(op.Function, false);