5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (5)
101
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
124
Interlocked.Increment(ref
_failedLeasesCount
);
135
Interlocked.Increment(ref
_failedLeasesCount
);
194
Interlocked.Increment(ref
_failedLeasesCount
);
202
Interlocked.Increment(ref
_failedLeasesCount
);