1 write to _next
Microsoft.AspNetCore (1)
Internal\CsrfProtectionMiddleware.cs (1)
30
_next
= next;
4 references to _next
Microsoft.AspNetCore (4)
Internal\CsrfProtectionMiddleware.cs (4)
40
return
_next
(context);
46
return
_next
(context);
52
return
_next
(context);
73
await
_next
(context);