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