2 references to CountAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
1932return new CountAggregationOperator<TSource>(source).Aggregate(); 1966return new CountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();