5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (5)
93
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
119
Interlocked.Increment(ref
_failedLeasesCount
);
130
Interlocked.Increment(ref
_failedLeasesCount
);
189
Interlocked.Increment(ref
_failedLeasesCount
);
197
Interlocked.Increment(ref
_failedLeasesCount
);