5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (5)
102
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
125
Interlocked.Increment(ref
_failedLeasesCount
);
136
Interlocked.Increment(ref
_failedLeasesCount
);
195
Interlocked.Increment(ref
_failedLeasesCount
);
203
Interlocked.Increment(ref
_failedLeasesCount
);