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

Extract interface loses "ref readonly" on parameters and returns #22238

Closed
VSadov opened this issue Sep 21, 2017 · 1 comment
Closed

Extract interface loses "ref readonly" on parameters and returns #22238

VSadov opened this issue Sep 21, 2017 · 1 comment

Comments

@VSadov
Copy link
Member

VSadov commented Sep 21, 2017

parameters become an ordinary ref, returns become ordinary byval returns.

@OmarTawfik
Copy link
Contributor

Root cause: classes in src/Workspaces/CSharp/Portable/CodeGeneration don't use compiler helpers to generate refness of signatures, but instead do independent checks. Need to look deeper into that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants