1 write to _underlying
Microsoft.CodeAnalysis.CSharp (1)
Symbols\PublicModel\NamespaceSymbol.cs (1)
20_underlying = underlying;
10 references to _underlying
Microsoft.CodeAnalysis.CSharp (10)
Symbols\PublicModel\NamespaceSymbol.cs (10)
23internal override CSharp.Symbol UnderlyingSymbol => _underlying; 24internal override Symbols.NamespaceOrTypeSymbol UnderlyingNamespaceOrTypeSymbol => _underlying; 25internal Symbols.NamespaceSymbol UnderlyingNamespaceSymbol => _underlying; 27bool INamespaceSymbol.IsGlobalNamespace => _underlying.IsGlobalNamespace; 29NamespaceKind INamespaceSymbol.NamespaceKind => _underlying.NamespaceKind; 31Compilation INamespaceSymbol.ContainingCompilation => _underlying.ContainingCompilation; 37return _underlying.ConstituentNamespaces.GetPublicSymbols(); 43foreach (var n in _underlying.GetMembers()) 51foreach (var n in _underlying.GetMembers(name)) 59foreach (var n in _underlying.GetNamespaceMembers())