9 references to StreamCopyExceptionNeedsWrapping
System.Net.Http (9)
System\Net\Http\HttpClient.cs (2)
209catch (Exception e) when (HttpContent.StreamCopyExceptionNeedsWrapping(e)) 292catch (Exception e) when (HttpContent.StreamCopyExceptionNeedsWrapping(e))
System\Net\Http\HttpContent.cs (7)
367catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 390catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 401catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 456if (StreamCopyExceptionNeedsWrapping(e)) 527catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 738return StreamCopyExceptionNeedsWrapping(originalException) ? 745Debug.Assert(StreamCopyExceptionNeedsWrapping(e));