5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (5)
70
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
94
Interlocked.Increment(ref
_failedLeasesCount
);
110
Interlocked.Increment(ref
_failedLeasesCount
);
168
Interlocked.Increment(ref
_failedLeasesCount
);
176
Interlocked.Increment(ref
_failedLeasesCount
);