6 references to WaitToContinue
Microsoft.AspNetCore.SignalR.Tests (6)
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();
TestFilters.cs (3)
54await _syncPoint[0].WaitToContinue(); 60await _syncPoint[1].WaitToContinue(); 68await _syncPoint[2].WaitToContinue();