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