3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
161oldestRequest.QueueCountModified = true; 293nextPendingRequest.QueueCountModified = true; 457registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
157if (!oldestRequest.QueueCountModified) 289if (!nextPendingRequest.QueueCountModified) 454if (!registration.QueueCountModified)