5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (5)
107
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
130
Interlocked.Increment(ref
_failedLeasesCount
);
142
Interlocked.Increment(ref
_failedLeasesCount
);
201
Interlocked.Increment(ref
_failedLeasesCount
);
209
Interlocked.Increment(ref
_failedLeasesCount
);