3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (3)
185oldestRequest.QueueCountModified = true; 363nextPendingRequest.QueueCountModified = true; 510registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (3)
181if (!oldestRequest.QueueCountModified) 359if (!nextPendingRequest.QueueCountModified) 507if (!registration.QueueCountModified)