5 references to Where
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
94
.
Where
(analyzerPath =>
PrepareTests (1)
MinimizeUtil.cs (1)
64
.
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)
1898
return new CountAggregationOperator<TSource>(
Where
<TSource>(source, predicate)).Aggregate();
1963
return new LongCountAggregationOperator<TSource>(
Where
<TSource>(source, predicate)).Aggregate();