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))
494
if (
StreamCopyExceptionNeedsWrapping
(e))
689
return
StreamCopyExceptionNeedsWrapping
(originalException) ?
696
Debug.Assert(
StreamCopyExceptionNeedsWrapping
(e));