1 write to _shutdownWriteReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
91
_shutdownWriteReason
= abortReason;
2 references to _shutdownWriteReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
528
_shutdownReason =
_shutdownWriteReason
?? _shutdownReason ?? shutdownReason ?? SendGracefullyCompletedException;
574
&&
_shutdownWriteReason
== null;