1 write to _next
Microsoft.AspNetCore (1)
Internal\CsrfProtectionMiddleware.cs (1)
28
_next
= next;
2 references to _next
Microsoft.AspNetCore (2)
Internal\CsrfProtectionMiddleware.cs (2)
41
await
_next
(context);
58
await
_next
(context);