3 references to _next
Microsoft.AspNetCore.Antiforgery (3)
AntiforgeryMiddleware.cs (3)
28
return
_next
(context);
36
return
_next
(context);
50
await
_next
(context);