2 references to WaitForSyncPoint
Microsoft.AspNetCore.Hosting.Tests (2)
HostingMetricsTests.cs (1)
138
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.