11 references to Continue
Microsoft.AspNetCore.TestHost.Tests (11)
src\Shared\SyncPoint\SyncPoint.cs (1)
29
/// This code will unblock <see cref="WaitForSyncPoint"/> and then block waiting for <see cref="
Continue
"/> to be called.
TestClientTests.cs (10)
282
responseStartedSyncPoint.
Continue
();
298
requestStreamSyncPoint.
Continue
();
306
requestEndingSyncPoint.
Continue
();
410
responseStartedSyncPoint.
Continue
();
426
responseReadSyncPoint.
Continue
();
429
responseEndingSyncPoint.
Continue
();
433
requestStreamSyncPoint.
Continue
();
499
responseEndingSyncPoint.
Continue
();
683
responseEndingSyncPoint.
Continue
();
684
requestStreamSyncPoint.
Continue
();