3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
180oldestRequest.QueueCountModified = true; 349nextPendingRequest.QueueCountModified = true; 496registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
176if (!oldestRequest.QueueCountModified) 345if (!nextPendingRequest.QueueCountModified) 493if (!registration.QueueCountModified)