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)
335catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 358catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 369catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 424if (StreamCopyExceptionNeedsWrapping(e)) 504if (StreamCopyExceptionNeedsWrapping(e)) 699return StreamCopyExceptionNeedsWrapping(originalException) ? 706Debug.Assert(StreamCopyExceptionNeedsWrapping(e));