2 references to Replenish
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (2)
90
_renewTimer = new Timer(
Replenish
, this, _options.ReplenishmentPeriod, _options.ReplenishmentPeriod);
274
Replenish
(this);