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