3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
192oldestRequest.QueueCountModified = true; 362nextPendingRequest.QueueCountModified = true; 509registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
188if (!oldestRequest.QueueCountModified) 358if (!nextPendingRequest.QueueCountModified) 506if (!registration.QueueCountModified)