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)
318return _shutdownReadReason ?? _shutdownReason ?? error; 528_shutdownReason = _shutdownWriteReason ?? _shutdownReason ?? shutdownReason ?? SendGracefullyCompletedException; 529QuicLog.StreamShutdownWrite(_log, this, _shutdownReason.Message); 532if (_shutdownReason == SendGracefullyCompletedException)