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