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