7 references to WaitToContinue
Microsoft.AspNetCore.Http.Connections.Tests (7)
HttpConnectionDispatcherTests.cs (3)
1251await _sync.WaitToContinue(); 1262await _sync.WaitToContinue(); 2531await _syncPoint.WaitToContinue();
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"/>. 74return syncPoint.WaitToContinue();
TestWebSocketConnectionFeature.cs (1)
195await _sync.WaitToContinue();