2 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
71
_next
= next;
132
_next
= next;
2 references to _next
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
147
await
_next
(context);
241
await
_next
(context);