1 write to _next
Microsoft.AspNetCore.HttpsPolicy (1)
HttpsRedirectionMiddleware.cs (1)
42
_next
= next;
2 references to _next
Microsoft.AspNetCore.HttpsPolicy (2)
HttpsRedirectionMiddleware.cs (2)
82
return
_next
(context);
88
return
_next
(context);