6 references to WaitToContinue
Microsoft.AspNetCore.SignalR.Client.Tests (6)
HttpConnectionTests.ConnectionLifecycle.cs (1)
393
await negotiateSyncPoint.
WaitToContinue
().DefaultTimeout();
HubConnectionTests.Tracing.cs (1)
186
await syncPoint.
WaitToContinue
();
ServerSentEventsTransportTests.cs (1)
330
await sendSyncPoint.
WaitToContinue
();
src\Shared\SyncPoint\SyncPoint.cs (3)
15
/// Waits for the code-under-test to reach <see cref="
WaitToContinue
"/>.
21
/// Releases the code-under-test to continue past where it waited for <see cref="
WaitToContinue
"/>.
74
return syncPoint.
WaitToContinue
();