3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
163oldestRequest.QueueCountModified = true; 295nextPendingRequest.QueueCountModified = true; 459registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
159if (!oldestRequest.QueueCountModified) 291if (!nextPendingRequest.QueueCountModified) 456if (!registration.QueueCountModified)