8 references to WaitAll
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerServer.cs (1)
34
Task.
WaitAll
(dispatchTask, loggerTask);
Telemetry\PersistenceChannel\PersistenceTransmitter.cs (1)
82
Task.
WaitAll
([.. stoppedTasks]);
dotnet.Tests (1)
WindowsInstallerTests.cs (1)
46
Task.
WaitAll
(t1, t2, t3);
ErrorPageMiddlewareWebSite (1)
AggregateExceptionController.cs (1)
15
Task.
WaitAll
(firstException, secondException);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
PipeThroughputBenchmark.cs (1)
50
Task.
WaitAll
(writing, reading);
Microsoft.DotNet.Cli.Utils (1)
BuiltInCommand.cs (1)
71
Task.
WaitAll
(taskOut, taskErr);
Microsoft.NET.Sdk.Razor.Tool.Tests (1)
DefaultRequestDispatcherTest.cs (1)
94
Task.
WaitAll
(buildTaskSource.Task);
rzc (1)
DefaultRequestDispatcher.cs (1)
125
Task.
WaitAll
(_connections.ToArray());