1 write to AssociatedSystemType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
847agg.AssociatedSystemType = type.IsGenericType ? type.GetGenericTypeDefinition() : type;
4 references to AssociatedSystemType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
227SymbolTable.AddConversionsForType(AssociatedSystemType);
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
312Type uninstantiatedType = OwningAggregate.AssociatedSystemType;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeParameterType.cs (1)
64: ((AggregateSymbol)OwningSymbol).AssociatedSystemType.GetGenericArguments()
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
786if (agg.AssociatedSystemType.IsEquivalentTo(t.IsGenericType ? t.GetGenericTypeDefinition() : t))