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