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)
25
return
_multiplexedNext
(new LoggingMultiplexedConnectionContext(context, _logger));