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)) 504catch (Exception e) when (StreamCopyExceptionNeedsWrapping(e)) 715return StreamCopyExceptionNeedsWrapping(originalException) ? 722Debug.Assert(StreamCopyExceptionNeedsWrapping(e));