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)
142
Input.Complete(
_shutdownReason
?? error);
227
NamedPipeLog.ConnectionDisconnect(_log, this,
_shutdownReason
.Message);