10 references to WaitToContinue
Interop.FunctionalTests (10)
Http2\Http2RequestTests.cs (1)
241await syncPoint.WaitToContinue();
Http3\Http3RequestTests.cs (6)
472await syncPoint.WaitToContinue(); 547await syncPoint.WaitToContinue(); 665await syncPoint.WaitToContinue(); 1039await clientHasCancelledSyncPoint.WaitToContinue().DefaultTimeout(); 1760return syncPoint1.WaitToContinue(); 1856return syncPoint.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();