Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep compiler-generated code that is still referenced #2684

Merged
merged 4 commits into from
Apr 30, 2022

Conversation

siegfriedpammer
Copy link
Member

Fixes #1607: The static methods are no longer removed from the decompiled output.

…d types into local function. Order of output no longer depends on the order of decompilation, which will become relevant in the next commit.
The previous commit started decompiling backing fields because they are still needed prior to the C# transforms.
This is necessary because LocalFunctionMethod.DeclaringTypeDefinition points to the current type.
@dgrunwald dgrunwald merged commit e9a2bf4 into master Apr 30, 2022
@christophwille christophwille deleted the hide-compiler-generated-code branch May 4, 2022 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Decompilation error
2 participants