1 write to _multiplexedNext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\LoggingMultiplexedConnectionMiddleware.cs (1)
19_multiplexedNext = multiplexedNext ?? throw new ArgumentNullException(nameof(multiplexedNext));
1 reference to _multiplexedNext
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Middleware\LoggingMultiplexedConnectionMiddleware.cs (1)
25return _multiplexedNext(new LoggingMultiplexedConnectionContext(context, _logger));