9 references to StreamCopyExceptionNeedsWrapping
System.Net.Http (9)
System\Net\Http\HttpClient.cs (2)
212catch (Exception e) when (HttpContent.StreamCopyExceptionNeedsWrapping(e)) 288catch (Exception e) when (HttpContent.StreamCopyExceptionNeedsWrapping(e))
System\Net\Http\HttpContent.cs (7)
325catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 348catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 359catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 414if (StreamCopyExceptionNeedsWrapping(e)) 492if (StreamCopyExceptionNeedsWrapping(e)) 687return StreamCopyExceptionNeedsWrapping(originalException) ? 694Debug.Assert(StreamCopyExceptionNeedsWrapping(e));