2 references to Replenish
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (2)
81
_renewTimer = new Timer(
Replenish
, this, _options.Window, _options.Window);
266
Replenish
(this);