5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (5)
104
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
127
Interlocked.Increment(ref
_failedLeasesCount
);
139
Interlocked.Increment(ref
_failedLeasesCount
);
198
Interlocked.Increment(ref
_failedLeasesCount
);
206
Interlocked.Increment(ref
_failedLeasesCount
);