7 references to ForEachAsync
aspire (2)
Documentation\ApiDocs\ApiDocsIndexService.cs (1)
635
await Parallel.
ForEachAsync
(
Projects\ProjectLocator.cs (1)
380
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)
436
await Parallel.
ForEachAsync
(dgSpec.Restore, parallelOptions, async (projectPath, ct) =>