1 write to _endpointLimiter
Microsoft.AspNetCore.RateLimiting (1)
RateLimitingMiddleware.cs (1)
56_endpointLimiter = CreateEndpointLimiter();
2 references to _endpointLimiter
Microsoft.AspNetCore.RateLimiting (2)
RateLimitingMiddleware.cs (2)
194endpointLease = _endpointLimiter.AttemptAcquire(context); 225endpointLease = await _endpointLimiter.AcquireAsync(context, cancellationToken: cancellationToken);