1 write to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnectionListener.cs (1)
40_log = loggerFactory.CreateLogger("Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes");
5 references to _log
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (5)
Internal\NamedPipeConnectionListener.cs (5)
94NamedPipeLog.ConnectionListenerAborted(_log, ex); 111var connection = new NamedPipeConnection(this, stream, _endpoint, _log, _memoryPool, _inputOptions, _outputOptions); 130NamedPipeLog.ConnectionListenerBrokenPipe(_log, ex); 143NamedPipeLog.ConnectionListenerQueueExited(_log); 153NamedPipeLog.AcceptedConnection(_log, connection);