3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
192
oldestRequest.
QueueCountModified
= true;
362
nextPendingRequest.
QueueCountModified
= true;
509
registration.
QueueCountModified
= true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
188
if (!oldestRequest.
QueueCountModified
)
358
if (!nextPendingRequest.
QueueCountModified
)
506
if (!registration.
QueueCountModified
)