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)
40return _next(context); 46return _next(context); 52return _next(context); 73await _next(context);