24 references to ForEach
AnalyzerRunner (1)
Program.cs (1)
192Parallel.ForEach(projects.SelectMany(project => project.Documents), document =>
Microsoft.Build.Tasks.Core (4)
GetSDKReferenceFiles.cs (4)
1037Parallel.ForEach(sdkManifestReferences, reference => { references.TryAdd(reference, GetSDKReferenceInfo(reference)); }); 1046Parallel.ForEach( 1053Parallel.ForEach(files, filePath => { references.TryAdd(filePath, GetSDKReferenceInfo(filePath)); }); 1063Parallel.ForEach(
Microsoft.DotNet.Build.Tasks.Packaging (3)
NuGetUtility.cs (1)
28Parallel.ForEach(enabledSources, (packageSource) =>
UpdatePackageIndex.cs (1)
190Parallel.ForEach(index.Packages, (package) =>
ValidateHarvestVersionIsLatestForRelease.cs (1)
29Parallel.ForEach(PackageReports, (reportPath) => ValidateHarvestVersionForReport(reportPath.ItemSpec));
Microsoft.DotNet.Build.Tasks.Workloads (7)
CreateVisualStudioWorkload.wix.cs (6)
335_ = Parallel.ForEach(buildData.Values, data => 342_ = Parallel.ForEach(data.FeatureBands.Keys, platform => 432_ = Parallel.ForEach(manifestMsisToBuild, msi => 468_ = Parallel.ForEach(swixComponents, swixComponent => 485_ = Parallel.ForEach(swixPackageGroups, swixPackageGroup => 505_ = Parallel.ForEach(source, body);
CreateVisualStudioWorkloadSet.wix.cs (1)
68_ = Parallel.ForEach(workloadSetMsisToBuild, msi =>
Microsoft.DotNet.SourceBuild.Tasks (1)
src\UsageReport\WritePackageUsageData.cs (1)
178Parallel.ForEach(
Microsoft.Extensions.Compliance.Testing.Tests (1)
FakeRedactorTests.cs (1)
84Parallel.ForEach(iterations, iteration =>
Microsoft.ML.Core (3)
Utilities\MatrixTransposeOps.cs (3)
95Parallel.ForEach(ijenum, ij => 147Parallel.ForEach(ijenum, ij => 200Parallel.ForEach(ijenum, ij =>
Microsoft.ML.TestFramework (2)
CopyAction.cs (2)
16Parallel.ForEach(directories, dirPath => 23Parallel.ForEach(files, oldPath =>
Microsoft.ML.Tests (1)
Scenarios\Api\Estimators\MultithreadedPrediction.cs (1)
46Parallel.ForEach(testData, (input) =>
PrepareTests (1)
TestDiscovery.cs (1)
32Parallel.ForEach(assemblies, assembly =>