4 references to Where
PrepareTests (1)
MinimizeUtil.cs (1)
59.Where(x => Directory.Exists(x))
System.Linq.Parallel (3)
System\Linq\Parallel\Enumerables\ParallelQuery.cs (1)
112.Where<TSource>(elem => elem is TCastTo)
System\Linq\ParallelEnumerable.cs (2)
1898return new CountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate(); 1963return new LongCountAggregationOperator<TSource>(Where<TSource>(source, predicate)).Aggregate();