2 instantiations of LongCountAggregationOperator
System.Core (2)
System\Linq\ParallelEnumerable.cs (2)
2003return new LongCountAggregationOperator<TSource>(source).Aggregate(); 2033return new LongCountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();