5 writes to _failedLeasesCount
System.Threading.RateLimiting (5)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (5)
73
TotalFailedLeases = Interlocked.Read(ref
_failedLeasesCount
),
97
Interlocked.Increment(ref
_failedLeasesCount
);
113
Interlocked.Increment(ref
_failedLeasesCount
);
171
Interlocked.Increment(ref
_failedLeasesCount
);
179
Interlocked.Increment(ref
_failedLeasesCount
);