2 types derived from NamespaceOrAggregateSymbol
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
18internal sealed class AggregateSymbol : NamespaceOrAggregateSymbol
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\NamespaceSymbol.cs (1)
32internal sealed class NamespaceSymbol : NamespaceOrAggregateSymbol
7 references to NamespaceOrAggregateSymbol
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (2)
107public NamespaceOrAggregateSymbol Parent => parent as NamespaceOrAggregateSymbol;
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (1)
85public static AggregateSymbol CreateAggregate(Name name, NamespaceOrAggregateSymbol parent)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (4)
585NamespaceOrAggregateSymbol current = NamespaceSymbol.Root; 689private static CType ProcessSpecialTypeInChain(NamespaceOrAggregateSymbol parent, Type t) 797private static NamespaceSymbol AddNamespaceToSymbolTable(NamespaceOrAggregateSymbol parent, string sz) 843NamespaceOrAggregateSymbol parent,