3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
184
oldestRequest.
QueueCountModified
= true;
359
nextPendingRequest.
QueueCountModified
= true;
506
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
180
if (!oldestRequest.
QueueCountModified
)
355
if (!nextPendingRequest.
QueueCountModified
)
503
if (!registration.
QueueCountModified
)