3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
176oldestRequest.QueueCountModified = true; 345nextPendingRequest.QueueCountModified = true; 492registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (3)
172if (!oldestRequest.QueueCountModified) 341if (!nextPendingRequest.QueueCountModified) 489if (!registration.QueueCountModified)