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