4 references to GetAggregate
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\AggregateSymbol.cs (1)
90_atsInst = TypeManager.GetAggregate(this, pOuterType, GetTypeVars());
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (3)
126return GetAggregate(agg, null, typeArgsAll); 135return GetAggregate(agg, atsOuter, typeArgsInner); 736CType intermediateType = GetAggregate(aggSym, typeSrc.OuterType, newTypeArgs);