5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (5)
75
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
99
Interlocked.Increment(ref
_failedLeasesCount
);
115
Interlocked.Increment(ref
_failedLeasesCount
);
173
Interlocked.Increment(ref
_failedLeasesCount
);
181
Interlocked.Increment(ref
_failedLeasesCount
);