9 references to WaitAll
dotnet (1)
Commands\Test\MTP\TestApplicationActionQueue.cs (1)
69
Task.
WaitAll
(_readers);
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
152
Task.
WaitAll
(waitForExitTasks);
Microsoft.ML.Data (4)
Commands\CrossValidationCommand.cs (1)
471
Task.
WaitAll
(tasks);
Data\DataViewUtils.cs (1)
477
Task.
WaitAll
(workers);
DataLoadSave\Text\TextLoaderCursor.cs (1)
929
Task.
WaitAll
(_threads);
DataView\CacheDataView.cs (1)
448
Task.
WaitAll
(_cacheFillerThreads.ToArray());
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\Parallel\ParallelOperationManager.cs (1)
238
DoManagerAction(() => Task.
WaitAll
(actionTasks));
System.Threading.Tasks.Parallel (1)
System\Threading\Tasks\Parallel.cs (1)
348
Task.
WaitAll
(tasks);
VBCSCompiler (1)
src\roslyn\src\Compilers\Server\VBCSCompiler\NamedPipeClientConnectionHost.cs (1)
111
Task.
WaitAll
(_listenTasks);