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