1 write to _next
Microsoft.AspNetCore.Authorization.Policy (1)
AuthorizationMiddleware.cs (1)
51
_next
= next ?? throw new ArgumentNullException(nameof(next));
3 references to _next
Microsoft.AspNetCore.Authorization.Policy (3)
AuthorizationMiddleware.cs (3)
150
await
_next
(context);
175
await
_next
(context);
196
await authorizationMiddlewareResultHandler.HandleAsync(
_next
, context, policy, authorizeResult);