3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (3)
181oldestRequest.QueueCountModified = true; 359nextPendingRequest.QueueCountModified = true; 506registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (3)
177if (!oldestRequest.QueueCountModified) 355if (!nextPendingRequest.QueueCountModified) 503if (!registration.QueueCountModified)