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

Make enumeration MetadataImportOptions public and the corresponding property settable within CSharpCompilationOptions #24425

Closed
npolyak opened this issue Jan 24, 2018 · 1 comment
Labels
Area-Compilers Resolution-Duplicate The described behavior is tracked in another issue

Comments

@npolyak
Copy link

npolyak commented Jan 24, 2018

people often need ability to investigate non-public members of types from 3rd party library. Currently INamedTypeSymbol.GetMembers() methods returns public and protected methods but no internals. Making MetadataImportOptions settable within the Compilation Options will allow the developers to investigate the non-public members (so that Roslyn capabilities will be more in tune with System.Reflection).
I branched this issue off #24412

@tmat
Copy link
Member

tmat commented Jan 24, 2018

Dup of #6748

@tmat tmat closed this as completed Jan 24, 2018
@tmat tmat added Resolution-Duplicate The described behavior is tracked in another issue Area-Compilers labels Jan 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Resolution-Duplicate The described behavior is tracked in another issue
Projects
None yet
Development

No branches or pull requests

2 participants