2 writes to _next
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
72
_next
= next;
135
_next
= next;
2 references to _next
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\HttpsConnectionMiddleware.cs (2)
150
await
_next
(context);
252
await
_next
(context);