14 references to Continue
Microsoft.AspNetCore.SignalR.Client.Tests (14)
HttpConnectionTests.ConnectionLifecycle.cs (5)
49syncPoint.Continue(); 206transportStart.Continue(); // We need to release StartAsync, because Dispose waits for it. 213transportStop.Continue(); 244transportStop.Continue(); 419negotiateSyncPoint.Continue();
HubConnectionTests.ConnectionLifecycle.cs (5)
69syncPoint.Continue(); 140syncPoint.Continue(); 223syncPoint.Continue(); 254syncPoint.Continue(); 477syncPoint.Continue();
HubConnectionTests.Tracing.cs (1)
202syncPoint.Continue();
ServerSentEventsTransportTests.cs (2)
329cancellationToken.Register(s => ((SyncPoint)s).Continue(), sendSyncPoint); 351sendSyncPoint.Continue();
src\Shared\SyncPoint\SyncPoint.cs (1)
29/// This code will unblock <see cref="WaitForSyncPoint"/> and then block waiting for <see cref="Continue"/> to be called.