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