3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
206
oldestRequest.
QueueCountModified
= true;
421
nextPendingRequest.
QueueCountModified
= true;
568
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
202
if (!oldestRequest.
QueueCountModified
)
417
if (!nextPendingRequest.
QueueCountModified
)
565
if (!registration.
QueueCountModified
)