2 references to LongCountAggregationOperator
System.Linq.Parallel (2)
System\Linq\ParallelEnumerable.cs (2)
1933return new LongCountAggregationOperator<TSource>(source).Aggregate(); 1963return new LongCountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();