-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Collect all MethodDesc fields in one place
#101565
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
Collect all MethodDesc fields in one place
#101565
Conversation
Clarify the purpose of a field by renaming.
|
Tagging subscribers to this area: @mangod9 |
|
Why are you renaming the flags field to the classification field? It still has things that are not part of the classification of the |
All values seem to come from the |
The enum is poorly named. It has classification and a bunch of other stuff. |
Yep. @davidwrighton and I spoke offline. I'm going to rename the enum and change the field name back. |
davidwrighton
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
* Collect all MethodDesc fields in one place * Change enum name. * Remove irrelevant macro - METHOD_MAX_RVA.
* Collect all MethodDesc fields in one place * Change enum name. * Remove irrelevant macro - METHOD_MAX_RVA.
Clarify the purpose of a field by renaming.