6 references to ForEachAsync
aspire (1)
Projects\ProjectLocator.cs (1)
115
await Parallel.
ForEachAsync
(candidatesWithHandlers, parallelOptions, async (candidate, ct) =>
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Threading\ParallelExtensions.cs (1)
20
=> Parallel.
ForEachAsync
(source, parallelOptions, body);
Microsoft.CodeAnalysis.Workspaces (3)
FindSymbols\FindReferences\FindReferencesSearchEngine.cs (2)
250
await Parallel.
ForEachAsync
(
301
await Parallel.
ForEachAsync
(
src\roslyn\src\Dependencies\Threading\ParallelExtensions.cs (1)
20
=> Parallel.
ForEachAsync
(source, parallelOptions, body);
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
366
await Parallel.
ForEachAsync
(dgSpec.Restore, parallelOptions, async (projectPath, ct) =>