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)
179
await responseStartedSyncPoint.
WaitToContinue
();
187
await requestEndingSyncPoint.
WaitToContinue
();
201
await requestStreamSyncPoint.
WaitToContinue
();
277
await responseStartedSyncPoint.
WaitToContinue
();
284
await responseReadSyncPoint.
WaitToContinue
();
295
await responseEndingSyncPoint.
WaitToContinue
();
309
await requestStreamSyncPoint.
WaitToContinue
();
352
await responseEndingSyncPoint.
WaitToContinue
();
512
await responseEndingSyncPoint.
WaitToContinue
();
526
await requestStreamSyncPoint.
WaitToContinue
();