3 writes to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
Internal\QuicStreamContext.cs (3)
103
_shutdownReason
= null;
504
_shutdownReason
= abortReason;
531
_shutdownReason
= _shutdownWriteReason ?? _shutdownReason ?? shutdownReason ?? SendGracefullyCompletedException;
4 references to _shutdownReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
Internal\QuicStreamContext.cs (4)
320
return _shutdownReadReason ??
_shutdownReason
?? error;
531
_shutdownReason = _shutdownWriteReason ??
_shutdownReason
?? shutdownReason ?? SendGracefullyCompletedException;
532
QuicLog.StreamShutdownWrite(_log, this,
_shutdownReason
.Message);
535
if (
_shutdownReason
== SendGracefullyCompletedException)