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)
389if (_writeAbortException != null) 391ExceptionDispatchInfo.Throw(_writeAbortException);