2 references to CountAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
1864return new CountAggregationOperator<TSource>(source).Aggregate(); 1898return new CountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();