1 write to _next
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\CaptureResponseTimeMiddleware.cs (1)
26
_next
= Throw.IfNull(next);
1 reference to _next
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\CaptureResponseTimeMiddleware.cs (1)
55
return
_next
(context);