-
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.
[mono] Some UnsafeAccessorAttribute support for methods and construct…
…ors (#88925) * first cut at UnsafeAccessorKind.Constructor * Implement UnsafeAccessorKind.Method and StaticMethod * remove debug output * change some asserts to BadImageFormatException * enable some tests * move CallAmbiguousMethod to a separate test case * Fixup error checking; forbid generics * match CoreCLR: callvirt for instance methods call for static * fixups to pass new tests from #88268 * Make CallCtorAsMethod tests work Co-authored-by: Aaron Robinson <arobins@microsoft.com>
- Loading branch information
1 parent
758adb5
commit 6166de4
Showing
5 changed files
with
196 additions
and
29 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
Oops, something went wrong.