1 write to _next
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
36
_next
= next;
3 references to _next
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
54
return
_next
(context);
64
return
_next
(context);
215
await
_next
(context);