1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
Internal\SocketConnection.cs (1)
381_shutdownReason = shutdownReason ?? new ConnectionAbortedException("The Socket transport's send loop completed gracefully.");
6 references to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (6)
Internal\SocketConnection.cs (6)
138while (_shutdownReason is null) 199if (_shutdownReason is not null) 242if (_shutdownReason is not null) 257Input.Complete(_shutdownReason ?? error); 369if (_shutdownReason is not null) 393SocketsLog.ConnectionWriteFin(_logger, this, _shutdownReason.Message);