13 references to WaitToContinue
Microsoft.AspNetCore.TestHost.Tests (13)
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
();
TestClientTests.cs (10)
243
await responseStartedSyncPoint.
WaitToContinue
();
251
await requestEndingSyncPoint.
WaitToContinue
();
275
await requestStreamSyncPoint.
WaitToContinue
();
361
await responseStartedSyncPoint.
WaitToContinue
();
368
await responseReadSyncPoint.
WaitToContinue
();
379
await responseEndingSyncPoint.
WaitToContinue
();
403
await requestStreamSyncPoint.
WaitToContinue
();
446
await responseEndingSyncPoint.
WaitToContinue
();
637
await responseEndingSyncPoint.
WaitToContinue
();
662
await requestStreamSyncPoint.
WaitToContinue
();