1 write to _next
Microsoft.AspNetCore.HttpLogging (1)
HttpLoggingMiddleware.cs (1)
39
_next
= next;
3 references to _next
Microsoft.AspNetCore.HttpLogging (3)
HttpLoggingMiddleware.cs (3)
58
return
_next
(context);
68
return
_next
(context);
218
await
_next
(context);