2 writes to _lastReplenishmentTick
System.Threading.RateLimiting (2)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (2)
77_idleSince = _lastReplenishmentTick = Stopwatch.GetTimestamp(); 298_lastReplenishmentTick = nowTicks;
1 reference to _lastReplenishmentTick
System.Threading.RateLimiting (1)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (1)
293if (RateLimiterHelper.GetElapsedTime(_lastReplenishmentTick, nowTicks) < _options.Window && !_options.AutoReplenishment)