5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (5)
98
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
121
Interlocked.Increment(ref
_failedLeasesCount
);
132
Interlocked.Increment(ref
_failedLeasesCount
);
191
Interlocked.Increment(ref
_failedLeasesCount
);
199
Interlocked.Increment(ref
_failedLeasesCount
);