3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
179oldestRequest.QueueCountModified = true; 348nextPendingRequest.QueueCountModified = true; 495registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
175if (!oldestRequest.QueueCountModified) 344if (!nextPendingRequest.QueueCountModified) 492if (!registration.QueueCountModified)