NDepend.API Documentation
IsPubliclyVisible Property
NDepend.CodeModel Namespace > IMember Interface : IsPubliclyVisible Property
Gets a value indicating whether this member is publicly visible outside of its declaring assembly.
Syntax
bool IsPubliclyVisible {get;}
Remarks
Being a publicly visible member is a stronger condition than just having the property getter IsPublic equals to true..
Indeed, it is common that a public member is declared in an internal type, in which case the member is not publicly visible.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IMember Interface
IMember Members