3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
191
oldestRequest.
QueueCountModified
= true;
361
nextPendingRequest.
QueueCountModified
= true;
508
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
187
if (!oldestRequest.
QueueCountModified
)
357
if (!nextPendingRequest.
QueueCountModified
)
505
if (!registration.
QueueCountModified
)