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