-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support reading calling convention from modreq or modopt on the return type #34805
Comments
I couldn't figure out the best area label to add to this issue. Please help me learn by adding exactly one area label. |
Based on plans in .NET 5, there are no current reasons to read any |
Related #38133 |
A MethodRefSig or a StandaloneSig can have the calling convention "unmanaged" which is the default platform calling convention with optional modifiers encoded in the modopts of the return type. See dotnet/roslyn#39865 (comment) and dotnet/runtime#34805 Contributes to dotnet/runtime#38480
Runtime-side tracking of the extensible calling convention proposal. Compiler-side issue: dotnet/roslyn#39865. Will update with a final description of the actual spec when we've settled it.
The text was updated successfully, but these errors were encountered: