9 references to ThrowWriteExceptions
Microsoft.AspNetCore.Server.HttpSys (9)
RequestProcessing\ResponseBody.cs (7)
174if (ThrowWriteExceptions) 336Abort(ThrowWriteExceptions); 387asyncResult.Cancel(ThrowWriteExceptions); 389else if (ThrowWriteExceptions) 629Abort(ThrowWriteExceptions); 710asyncResult.Cancel(ThrowWriteExceptions); 712else if (ThrowWriteExceptions)
RequestProcessing\ResponseStreamAsyncResult.cs (2)
241asyncResult.Cancel(asyncResult._responseStream.ThrowWriteExceptions); 243else if (asyncResult._responseStream.ThrowWriteExceptions)