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