We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ECMA-335 II.16.3.1 - Data declaration
Current:
.field static assembly initonly int64 '8F1A52EA427069AA8B6FC1D0A7BC426B2160A963E2DBFA59CE3E254462981A0B'
Expected:
.field static assembly initonly int64 '8F1A52EA427069AA8B6FC1D0A7BC426B2160A963E2DBFA59CE3E254462981A0B' at I_0000DC30 // ... .data cil I_0000DC30 = bytearray ( 20 00 09 00 0D 00 0A 00)
FieldDefinition.GetRelativeVirtualAddress
The text was updated successfully, but these errors were encountered:
Fixed on GitFlic: https://gitflic.ru/project/smallsoft/ciltools/commit/db899a4d3dfa6d0145dcbfcc6381c825c5e1b13b
Remaining:
Sorry, something went wrong.
Support getting RVA field information in FieldDef
2d3b1b9
Issue: #145
db899a4
No branches or pull requests
ECMA-335 II.16.3.1 - Data declaration
Current:
Expected:
FieldDefinition.GetRelativeVirtualAddress
The text was updated successfully, but these errors were encountered: