10 references to WaitToContinue
Interop.FunctionalTests (10)
Http2\Http2RequestTests.cs (1)
242await syncPoint.WaitToContinue();
Http3\Http3RequestTests.cs (6)
471await syncPoint.WaitToContinue(); 546await syncPoint.WaitToContinue(); 664await syncPoint.WaitToContinue(); 1037await clientHasCancelledSyncPoint.WaitToContinue().DefaultTimeout(); 1627return syncPoint1.WaitToContinue(); 1723return 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();