16 references to ForEach
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.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) =>
NuGet.Build.Tasks (1)
BuildTasksUtility.cs (1)
244Parallel.ForEach(dependencyGraphSpec.Projects.Where(i => !DoesProjectSupportRestore(i)), project =>