6 references to WaitForSyncPoint
InMemory.FunctionalTests (6)
Http3\Http3StreamTests.cs (1)
2074
await syncPoint.
WaitForSyncPoint
().DefaultTimeout();
KestrelMetricsTests.cs (4)
76
await sync.
WaitForSyncPoint
().DefaultTimeout();
135
await sync.
WaitForSyncPoint
();
362
await sync.
WaitForSyncPoint
();
469
await sync.
WaitForSyncPoint
();
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.