3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
206oldestRequest.QueueCountModified = true; 421nextPendingRequest.QueueCountModified = true; 568registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
202if (!oldestRequest.QueueCountModified) 417if (!nextPendingRequest.QueueCountModified) 565if (!registration.QueueCountModified)