5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (5)
111
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
143
Interlocked.Increment(ref
_failedLeasesCount
);
156
Interlocked.Increment(ref
_failedLeasesCount
);
216
Interlocked.Increment(ref
_failedLeasesCount
);
224
Interlocked.Increment(ref
_failedLeasesCount
);