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)
326catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 349catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 360catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 415if (StreamCopyExceptionNeedsWrapping(e)) 495if (StreamCopyExceptionNeedsWrapping(e)) 690return StreamCopyExceptionNeedsWrapping(originalException) ? 697Debug.Assert(StreamCopyExceptionNeedsWrapping(e));