1 write to _next
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddleware.cs (1)
50
_next
= next ?? throw new ArgumentNullException(nameof(next));
3 references to _next
Microsoft.AspNetCore.Authorization.Policy (3)
AuthorizationMiddleware.cs (3)
149
await
_next
(context);
174
await
_next
(context);
195
await authorizationMiddlewareResultHandler.HandleAsync(
_next
, context, policy, authorizeResult);