4 references to WaitToContinue
Microsoft.AspNetCore.Hosting.Tests (4)
HostingMetricsTests.cs (1)
124
await 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
();