9 references to ThrowWriteExceptions
Microsoft.AspNetCore.Server.HttpSys (9)
RequestProcessing\ResponseBody.cs (7)
167if (ThrowWriteExceptions) 329Abort(ThrowWriteExceptions); 380asyncResult.Cancel(ThrowWriteExceptions); 382else if (ThrowWriteExceptions) 622Abort(ThrowWriteExceptions); 703asyncResult.Cancel(ThrowWriteExceptions); 705else if (ThrowWriteExceptions)
RequestProcessing\ResponseStreamAsyncResult.cs (2)
241asyncResult.Cancel(asyncResult._responseStream.ThrowWriteExceptions); 243else if (asyncResult._responseStream.ThrowWriteExceptions)