7 references to WaitToContinue
Microsoft.AspNetCore.RateLimiting.Tests (7)
RateLimitingMetricsTests.cs (4)
78await syncPoint.WaitToContinue(); 137await syncPoint.WaitToContinue(); 191await syncPoint.WaitToContinue(); 266await 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();