3 instantiations of FixedWindowLease
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
38
private static readonly RateLimitLease SuccessfulLease = new
FixedWindowLease
(true, null);
39
private static readonly RateLimitLease FailedLease = new
FixedWindowLease
(false, null);
229
return new
FixedWindowLease
(false, remainingTime);
1 reference to FixedWindowLease
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (1)
217
private
FixedWindowLease
CreateFailedWindowLease()