1 write to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
Internal\NamedPipeConnection.cs (1)
226_shutdownReason = shutdownReason ?? SendGracefullyCompletedException;
2 references to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (2)
Internal\NamedPipeConnection.cs (2)
142Input.Complete(_shutdownReason ?? error); 227NamedPipeLog.ConnectionDisconnect(_log, this, _shutdownReason.Message);