Click or drag to resize

ProjectLoadInternalTypes Field

Set to load internal types in addition to public types when loading types from referenced assemblies and projects, even when there isn't any InternalsVisibleTo attribute. This allows resolving namespaces and types that would otherwise not be found, allowing code analysis to then flag such references as illegal (not accessible). This option will slow things down a bit and use up more memory.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static bool LoadInternalTypes

Field Value

Type: Boolean
See Also