mddocs
mddocs copied to clipboard
Include protected/protected internal members where appropriate
For types that are (1) not sealed and (2) have a visible constructor (public, protected, or protected internal), all protected/protected internal members are part of the public API.
Currently, it looks like we are filtering down to just public members.