8 references to WaitToContinue
InMemory.FunctionalTests (8)
Http3\Http3StreamTests.cs (1)
2059await syncPoint.WaitToContinue();
KestrelMetricsTests.cs (4)
54await sync.WaitToContinue(); 117await sync.WaitToContinue(); 333await sync.WaitToContinue(); 447await sync.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();