3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
180
oldestRequest.
QueueCountModified
= true;
349
nextPendingRequest.
QueueCountModified
= true;
496
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
176
if (!oldestRequest.
QueueCountModified
)
345
if (!nextPendingRequest.
QueueCountModified
)
493
if (!registration.
QueueCountModified
)