3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
188
oldestRequest.
QueueCountModified
= true;
358
nextPendingRequest.
QueueCountModified
= true;
505
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
184
if (!oldestRequest.
QueueCountModified
)
354
if (!nextPendingRequest.
QueueCountModified
)
502
if (!registration.
QueueCountModified
)