1 write to _globalLimiter
Microsoft.AspNetCore.RateLimiting (1)
RateLimitingMiddleware.cs (1)
55_globalLimiter = options.Value.GlobalLimiter;
5 references to _globalLimiter
Microsoft.AspNetCore.RateLimiting (5)
RateLimitingMiddleware.cs (5)
75if (enableRateLimitingAttribute is null && _globalLimiter is null) 186if (_globalLimiter is not null) 188globalLease = _globalLimiter.AttemptAcquire(context); 217if (_globalLimiter is not null) 219globalLease = await _globalLimiter.AcquireAsync(context, cancellationToken: cancellationToken);