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)
30await _next(context);