3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
158oldestRequest.QueueCountModified = true; 290nextPendingRequest.QueueCountModified = true; 454registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (3)
154if (!oldestRequest.QueueCountModified) 286if (!nextPendingRequest.QueueCountModified) 451if (!registration.QueueCountModified)