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)
325
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
348
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
359
catch (Exception e) when (
StreamCopyExceptionNeedsWrapping
(e))
414
if (
StreamCopyExceptionNeedsWrapping
(e))
492
if (
StreamCopyExceptionNeedsWrapping
(e))
687
return
StreamCopyExceptionNeedsWrapping
(originalException) ?
694
Debug.Assert(
StreamCopyExceptionNeedsWrapping
(e));