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)
282responseStartedSyncPoint.Continue(); 298requestStreamSyncPoint.Continue(); 306requestEndingSyncPoint.Continue(); 410responseStartedSyncPoint.Continue(); 426responseReadSyncPoint.Continue(); 429responseEndingSyncPoint.Continue(); 433requestStreamSyncPoint.Continue(); 499responseEndingSyncPoint.Continue(); 683responseEndingSyncPoint.Continue(); 684requestStreamSyncPoint.Continue();