83 references to WhenAll
GenerateDocumentationAndConfigFiles (1)
InMemory.FunctionalTests (1)
InProcessWebSite (2)
JwtClientSample (1)
Microsoft.AspNetCore.Components.Endpoints (1)
Microsoft.AspNetCore.Components.Server.Tests (5)
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
Microsoft.AspNetCore.Http.Connections.Tests (2)
Microsoft.AspNetCore.Mvc.TagHelpers.Test (5)
Microsoft.AspNetCore.OutputCaching.Tests (6)
Microsoft.AspNetCore.ResponseCaching.Tests (3)
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (5)
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.CodeAnalysis.LanguageServer (1)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (1)
System.Private.CoreLib (4)
Templates.Blazor.Tests (10)
Test.Utilities (1)
WebSocketSample (1)