3 references to WaitForSyncPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (3)
QuicConnectionListenerTests.cs (2)
358
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();
399
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();
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.