5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (5)
90
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
116
Interlocked.Increment(ref
_failedLeasesCount
);
127
Interlocked.Increment(ref
_failedLeasesCount
);
186
Interlocked.Increment(ref
_failedLeasesCount
);
194
Interlocked.Increment(ref
_failedLeasesCount
);