111 references to WhenAll
aspire (1)
Aspire.Confluent.Kafka.Tests (2)
Aspire.EndToEnd.Tests (2)
Aspire.Hosting (3)
Aspire.Hosting.Tests (3)
Aspire.Playground.Tests (1)
Aspire.Templates.Tests (2)
InMemory.FunctionalTests (1)
InProcessWebSite (2)
JwtClientSample (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
Microsoft.AspNetCore.Http.Connections.Tests (1)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (5)
Microsoft.AspNetCore.OutputCaching.Tests (3)
Microsoft.AspNetCore.ResponseCaching.Tests (3)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Microsoft.AspNetCore.SignalR.Tests (28)
HubConnectionHandlerTests.cs (28)
1381await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1399await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1419await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1438await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1457await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1479await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1498await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1517await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1563await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout();
1588await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout();
1609await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout();
1636await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout();
1657await Task.WhenAll(firstClient.Connected, secondClient.Connected, thirdClient.Connected).DefaultTimeout();
1681await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask, thirdConnectionHandlerTask).DefaultTimeout();
1700await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1725await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1744await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1778await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1797await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1829await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1848await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1872await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1914await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1929await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1948await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1963await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
1981await Task.WhenAll(firstClient.Connected, secondClient.Connected).DefaultTimeout();
1996await Task.WhenAll(firstConnectionHandlerTask, secondConnectionHandlerTask).DefaultTimeout();
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.Build (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Microsoft.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
Microsoft.CodeAnalysis.Remote.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.DotNet.Build.Tasks.Feed (2)
Microsoft.Extensions.AsyncState.Tests (1)
Microsoft.Extensions.Caching.StackExchangeRedis (1)
Microsoft.Extensions.Diagnostics.HealthChecks (1)
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Microsoft.ML.Data (2)
Microsoft.VisualBasic.Tests (2)
Microsoft.VisualStudio.LanguageServices (1)
Shared.Tests (1)
Templates.Blazor.Tests (5)
WebSocketSample (1)