2 instantiations of LoggingConnectionContext
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Middleware\LoggingMultiplexedConnectionMiddleware.cs (2)
62
context = new
LoggingConnectionContext
(context, _logger);
70
context = new
LoggingConnectionContext
(context, _logger);