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