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)
208
responseStartedSyncPoint.
Continue
();
224
requestStreamSyncPoint.
Continue
();
232
requestEndingSyncPoint.
Continue
();
316
responseStartedSyncPoint.
Continue
();
332
responseReadSyncPoint.
Continue
();
335
responseEndingSyncPoint.
Continue
();
339
requestStreamSyncPoint.
Continue
();
395
responseEndingSyncPoint.
Continue
();
547
responseEndingSyncPoint.
Continue
();
548
requestStreamSyncPoint.
Continue
();