2 writes to _writeAbortException
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
104
_writeAbortException
= null;
193
_writeAbortException
= ex;
2 references to _writeAbortException
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
389
if (
_writeAbortException
!= null)
391
ExceptionDispatchInfo.Throw(
_writeAbortException
);