NDepend.API Documentation
CouldBeInternal Property (INamespace)
NDepend.CodeModel Namespace > INamespace Interface : CouldBeInternal Property
Gets a value indicating whether this namespace has at least one child public type, but is not used by any namespace declared in another assembly.
Syntax
bool CouldBeInternal {get;}
Remarks
A public code element can be declared as internal if it is not used outside of the assembly it is declared in.
When analyzing a framework, many of public members will be considered as CouldBeInternal because there is no analyzed client code using them.
Requirements

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

See Also

Reference

INamespace Interface
INamespace Members