5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (5)
108
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
131
Interlocked.Increment(ref
_failedLeasesCount
);
143
Interlocked.Increment(ref
_failedLeasesCount
);
202
Interlocked.Increment(ref
_failedLeasesCount
);
210
Interlocked.Increment(ref
_failedLeasesCount
);