1 write to OnRejected
Microsoft.AspNetCore.ConcurrencyLimiter.Tests (1)
TestUtils.cs (1)
17
OnRejected
= onRejected ?? (context => Task.CompletedTask),
2 references to OnRejected
Microsoft.AspNetCore.ConcurrencyLimiter (2)
ConcurrencyLimiterMiddleware.cs (2)
30
if (options.Value.
OnRejected
== null)
37
_onRejected = options.Value.
OnRejected
;