Commit 2444ad0
authored
Remove CopyTo{Async} delegate overloads (#37750)
We added these earlier in the .NET 5 cycle, but they're not providing the benefits we hoped, and are likely to cause confusion and actually result in de-optimizations in some cases. We can re-add them in the future should a stronger need / impact present itself.1 parent 518df4f commit 2444ad0
File tree
7 files changed
+0
-784
lines changed- src/libraries
- Common/src/System/IO
- System.IO/tests
- Stream
- System.Private.CoreLib/src/System/IO
- System.Runtime/ref
7 files changed
+0
-784
lines changedLines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 45 | | |
66 | 46 | | |
0 commit comments