1 write to _shutdownReadReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.FeatureCollection.cs (1)
69
_shutdownReadReason
= abortReason;
2 references to _shutdownReadReason
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
318
return
_shutdownReadReason
?? _shutdownReason ?? error;
573
&&
_shutdownReadReason
== null