14 references to Continue
Microsoft.AspNetCore.SignalR.Client.Tests (14)
HttpConnectionTests.ConnectionLifecycle.cs (5)
49
syncPoint.
Continue
();
206
transportStart.
Continue
(); // We need to release StartAsync, because Dispose waits for it.
213
transportStop.
Continue
();
244
transportStop.
Continue
();
419
negotiateSyncPoint.
Continue
();
HubConnectionTests.ConnectionLifecycle.cs (5)
69
syncPoint.
Continue
();
140
syncPoint.
Continue
();
223
syncPoint.
Continue
();
254
syncPoint.
Continue
();
477
syncPoint.
Continue
();
HubConnectionTests.Tracing.cs (1)
202
syncPoint.
Continue
();
ServerSentEventsTransportTests.cs (2)
329
cancellationToken.Register(s => ((SyncPoint)s).
Continue
(), sendSyncPoint);
351
sendSyncPoint.
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.