1 write to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\LoggingConnectionMiddleware.cs (1)
16
_next
= next ?? throw new ArgumentNullException(nameof(next));
1 reference to _next
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\LoggingConnectionMiddleware.cs (1)
30
await
_next
(context);