You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: