3 references to IsCollectionAggregateFunction
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
761if (!PlanCompilerUtil.IsCollectionAggregateFunction(op, n))
System\Data\Query\PlanCompiler\Normalizer.cs (1)
231else if (PlanCompilerUtil.IsCollectionAggregateFunction(op, n))
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1174if (TypeSemantics.IsCollectionType(op.Type) || PlanCompilerUtil.IsCollectionAggregateFunction(op, n))