6 references to WaitToContinue
Microsoft.AspNetCore.SignalR.Client.Tests (6)
HttpConnectionTests.ConnectionLifecycle.cs (1)
393await negotiateSyncPoint.WaitToContinue().DefaultTimeout();
HubConnectionTests.Tracing.cs (1)
186await syncPoint.WaitToContinue();
ServerSentEventsTransportTests.cs (1)
330await 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"/>. 74return syncPoint.WaitToContinue();