1 write to _next
Microsoft.AspNetCore (1)
Internal\CsrfProtectionMiddleware.cs (1)
25
_next
= next;
2 references to _next
Microsoft.AspNetCore (2)
Internal\CsrfProtectionMiddleware.cs (2)
35
await
_next
(context);
46
await
_next
(context);