3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
188oldestRequest.QueueCountModified = true; 358nextPendingRequest.QueueCountModified = true; 505registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
184if (!oldestRequest.QueueCountModified) 354if (!nextPendingRequest.QueueCountModified) 502if (!registration.QueueCountModified)