It should be possible to get MetadataImportOptions.All via public API #6748
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Interactive-ScriptingLogic
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Currently, if you get symbols from metadata, the private members are not imported. Internally, there are
MetadataImportOptions.All
, but there is no way to specify those semantics via public API.We are investigating using Roslyn to walk metadata for binary analysis scenarios and would need to be able to see the private members too.
cc @tmat
The text was updated successfully, but these errors were encountered: