3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
179
oldestRequest.
QueueCountModified
= true;
348
nextPendingRequest.
QueueCountModified
= true;
495
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
175
if (!oldestRequest.
QueueCountModified
)
344
if (!nextPendingRequest.
QueueCountModified
)
492
if (!registration.
QueueCountModified
)