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