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