IAssemblySymbol.GlobalNamespace Property

Definition

Gets the merged root namespace that contains all namespaces and types defined in the modules of this assembly. If there is just one module in this assembly, this property just returns the GlobalNamespace of that module.

public Microsoft.CodeAnalysis.INamespaceSymbol GlobalNamespace { get; }

Property Value

Applies to