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