1 write to _next
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\CapturePipelineExitMiddleware.cs (1)
26
_next
= Throw.IfNull(next);
1 reference to _next
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\CapturePipelineExitMiddleware.cs (1)
34
await
_next
(context).ConfigureAwait(false);