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