16 references to WaitForCancellationAsync
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (5)
2806
await connection.ConnectionClosed.
WaitForCancellationAsync
().DefaultTimeout();
2835
await connection.ConnectionClosed.
WaitForCancellationAsync
().DefaultTimeout();
2865
await connection.ConnectionClosed.
WaitForCancellationAsync
().DefaultTimeout();
2894
await connection.ConnectionClosed.
WaitForCancellationAsync
().DefaultTimeout();
3133
await connection.ConnectionClosed.
WaitForCancellationAsync
().DefaultTimeout();
Microsoft.AspNetCore.SignalR.Client.Tests (3)
WebSocketsTransportTests.cs (3)
60
await cancellationToken.
WaitForCancellationAsync
();
68
await cancellationToken.
WaitForCancellationAsync
();
75
await cancellationToken.
WaitForCancellationAsync
();
Microsoft.AspNetCore.SignalR.Tests (8)
HubConnectionHandlerTestUtils\Hubs.cs (8)
1040
await token.
WaitForCancellationAsync
();
1055
await token.
WaitForCancellationAsync
();
1070
await token.
WaitForCancellationAsync
();
1100
await token.
WaitForCancellationAsync
();
1111
await token.
WaitForCancellationAsync
();
1124
await token.
WaitForCancellationAsync
();
1141
await token.
WaitForCancellationAsync
();
1201
await _cancellationToken.
WaitForCancellationAsync
();