3 references to WaitAll
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionManager.cs (1)
200
Task.
WaitAll
(tasks.ToArray(), TimeSpan.FromSeconds(5));
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
ServerTests.cs (1)
270
Assert.True(Task.
WaitAll
(requestTasks.ToArray(), TimeSpan.FromSeconds(60)), "Timed out");
Microsoft.DotNet.Build.Tasks.Feed (1)
src\common\GeneralUtils.cs (1)
328
System.Threading.Tasks.Task.
WaitAll
(new System.Threading.Tasks.Task[] { stderrCompletion.Task, stdoutCompletion.Task }, TimeSpan.FromSeconds(5));