-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make System.Reflection.Emit public types abstract (#78544)
* Add abstract AssemblyBuilder * Create managed RuntimeAssemblyBuilder * Add RuntimeAssemblyBuilder to the build * Boilerplate for RuntimeAssemblyBuilder * Emit Assembly record * Fixups after rebase * Add temporary ReflectionEmitLoadContext * Factor out RuntimeModuleBuilder * Abstract TypeBuilder and EventBuilder * Refactor PropertyBuilder * Refactor EnumBuilder * Refactor FieldBuilder * Refactor ConstructorBuilder and MethodBuilder * Move suppressions into the common file --------- Co-authored-by: Jan Kotas <[email protected]> Co-authored-by: Viktor Hofer <[email protected]>
- Loading branch information
1 parent
71f7f84
commit 93b487a
Showing
66 changed files
with
1,875 additions
and
3,718 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
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
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
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
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
Oops, something went wrong.