3 writes to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
191oldestRequest.QueueCountModified = true; 361nextPendingRequest.QueueCountModified = true; 508registration.QueueCountModified = true;
3 references to QueueCountModified
System.Threading.RateLimiting (3)
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (3)
187if (!oldestRequest.QueueCountModified) 357if (!nextPendingRequest.QueueCountModified) 505if (!registration.QueueCountModified)