Base:
property
ConstituentNamespaces
Microsoft.CodeAnalysis.CSharp.Symbols.NamespaceSymbol.ConstituentNamespaces
3 references to ConstituentNamespaces
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
4978_cache[mergedNamespace.ConstituentNamespaces.OfType<SourceNamespaceSymbol>().First().MergedDeclaration] = symbol;
Symbols\Source\SourceAssemblySymbol.cs (1)
1062ImmutableArray<NamespaceSymbol> constituent = mergedNs.ConstituentNamespaces;
Symbols\Source\SourceNamespaceSymbol.cs (1)
321foreach (NamespaceSymbol constituent in mergedAssemblyNamespace.ConstituentNamespaces)