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