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)) 494if (StreamCopyExceptionNeedsWrapping(e)) 689return StreamCopyExceptionNeedsWrapping(originalException) ? 696Debug.Assert(StreamCopyExceptionNeedsWrapping(e));