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)
326
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
349
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
360
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
415
if (
StreamCopyExceptionNeedsWrapping
(e))
495
if (
StreamCopyExceptionNeedsWrapping
(e))
690
return
StreamCopyExceptionNeedsWrapping
(originalException) ?
697
Debug.Assert(
StreamCopyExceptionNeedsWrapping
(e));