5 references to WaitToContinue
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (5)
QuicConnectionListenerTests.cs (2)
342await syncPoint.WaitToContinue(); 385await 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();