7 references to Where
Microsoft.Build (1)
Definition\Project.cs (1)
2793
.
Where
(pair => pair.Result != null)
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\AssemblyFoldersFromConfig\AssemblyFoldersFromConfigCache.cs (2)
51
.
Where
(assemblyFolder => !string.IsNullOrEmpty(assemblyFolder.DirectoryPath))
53
.
Where
(absolutePath => FileUtilities.DirectoryExistsNoThrow(absolutePath))
NuGet.Common (1)
PathUtil\PathResolver.cs (1)
28
return source.AsParallel().
Where
(item =>
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();