3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
176
oldestRequest.
QueueCountModified
= true;
345
nextPendingRequest.
QueueCountModified
= true;
492
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
172
if (!oldestRequest.
QueueCountModified
)
341
if (!nextPendingRequest.
QueueCountModified
)
489
if (!registration.
QueueCountModified
)