-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mbr] Add support for editing property getters/setters (#51011)
* wip: allow Property table (0x17) EnCLog entries in pass1 * [mbr] Allow MONO_TABLE_PROPERTY updates in pass2 Note that modifications of getter or setter bodies add new rows to the MethodSemantics table that point to an existing method def (with an updated IL) and to an existing row in the property table. So there is nothing to do. * [mbr] Add pass1 check that new MethodSemantics are pointing at existing methods. We only support modifications of getters/setters, not adding a new getter or setter where there wasn't one previously. (Adding new methods in general fails right now) * address feedback
- Loading branch information
1 parent
29b3105
commit aede50d
Showing
1 changed file
with
77 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters