9 references to StreamCopyExceptionNeedsWrapping
System.Net.Http (9)
System\Net\Http\HttpClient.cs (2)
212
catch (Exception e) when (HttpContent.
StreamCopyExceptionNeedsWrapping
(e))
288
catch (Exception e) when (HttpContent.
StreamCopyExceptionNeedsWrapping
(e))
System\Net\Http\HttpContent.cs (7)
335
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
358
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
369
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
424
if (
StreamCopyExceptionNeedsWrapping
(e))
504
if (
StreamCopyExceptionNeedsWrapping
(e))
699
return
StreamCopyExceptionNeedsWrapping
(originalException) ?
706
Debug.Assert(
StreamCopyExceptionNeedsWrapping
(e));