Commit 264f04f
authored
EnC: Block additions to MethodImpl table when targeting .NET Framework (#81304)
Block additions to MethodImpl table when targeting .NET Framework.
The EnC impl in .NET Framework doesn't handle them correctly.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2631743 and
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1452066/
Public API change: #813051 parent f445b97 commit 264f04f
File tree
60 files changed
+411
-22
lines changed- src
- Compilers
- CSharp
- Portable
- Emitter
- EditAndContinue
- Model
- Errors
- xlf
- Test
- Emit2/Emit/EditAndContinue
- Syntax/Diagnostics
- Core/Portable
- Compilation
- Diagnostic
- Emit
- PEWriter
- Test/Core/Mocks
- VisualBasic
- Portable
- Emit
- EditAndContinue
- Errors
- xlf
- Test
- Emit/Emit/EditAndContinue
- Semantic/Diagnostics
- ExpressionEvaluator
- CSharp
- Source/ExpressionCompiler
- Test/ExpressionCompiler
- VisualBasic
- Source/ExpressionCompiler
- Test/ExpressionCompiler
- Features
- CSharp/Portable/Diagnostics/LanguageServer
- Core/Portable/EditAndContinue
- TestUtilities/EditAndContinue
- Test/EditAndContinue
- VisualBasic/Portable/Diagnostics/LanguageServer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+411
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1799 | 1799 | | |
1800 | 1800 | | |
1801 | 1801 | | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
1802 | 1805 | | |
1803 | 1806 | | |
1804 | 1807 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| 696 | + | |
696 | 697 | | |
697 | 698 | | |
698 | 699 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
| 2447 | + | |
2447 | 2448 | | |
2448 | 2449 | | |
2449 | 2450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
644 | 648 | | |
645 | 649 | | |
646 | 650 | | |
| |||
1609 | 1613 | | |
1610 | 1614 | | |
1611 | 1615 | | |
1612 | | - | |
1613 | 1616 | | |
1614 | 1617 | | |
1615 | 1618 | | |
| |||
1649 | 1652 | | |
1650 | 1653 | | |
1651 | 1654 | | |
1652 | | - | |
1653 | 1655 | | |
1654 | 1656 | | |
1655 | 1657 | | |
1656 | | - | |
1657 | 1658 | | |
1658 | 1659 | | |
1659 | 1660 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments