Commit d342697
authored
Resolves #114197.
`DynamicallyAccessedMemberTypes.All` should be the least used member of this enum, but it is the most popular on all of GitHub. Use of it leads to spurious trimming warnings (because it makes it appear more things are reflected on than needed) and also too much extra size left on the table (for the same reason). Make it harder to discover.
1 parent dec0c3f commit d342697
File tree
2 files changed
+4
-0
lines changed- src/libraries
- System.Private.CoreLib/src/System/Diagnostics/CodeAnalysis
- System.Runtime/ref
2 files changed
+4
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8894 | 8894 | | |
8895 | 8895 | | |
8896 | 8896 | | |
| 8897 | + | |
8897 | 8898 | | |
8898 | 8899 | | |
8899 | 8900 | | |
| |||
0 commit comments