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)
123return GetAggregate(agg, null, typeArgsAll); 132return GetAggregate(agg, atsOuter, typeArgsInner); 709CType intermediateType = GetAggregate(aggSym, typeSrc.OuterType, newTypeArgs);