3 references to Where
System.Core (3)
System\Linq\Parallel\Enumerables\ParallelQuery.cs (1)
112.Where<TSource>(elem => elem is TCastTo)
System\Linq\ParallelEnumerable.cs (2)
1966return new CountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate(); 2033return new LongCountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();