5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (5)
94
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
120
Interlocked.Increment(ref
_failedLeasesCount
);
131
Interlocked.Increment(ref
_failedLeasesCount
);
190
Interlocked.Increment(ref
_failedLeasesCount
);
198
Interlocked.Increment(ref
_failedLeasesCount
);