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)
194
endpointLease =
_endpointLimiter
.AttemptAcquire(context);
225
endpointLease = await
_endpointLimiter
.AcquireAsync(context, cancellationToken: cancellationToken);