4 references to Aggregate
System.Data.Entity (4)
System\Data\Query\InternalTrees\Dump.cs (1)
863case OpType.Aggregate:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
840: base(OpType.Aggregate, aggFunc.ReturnParameter.TypeUsage) 845private AggregateOp() : base(OpType.Aggregate) { }
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
4246|| n.Child2.Child0.Child0.Op.OpType != OpType.Aggregate)