8 references to GetAggregate
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2730AggregateType callingType = TypeManager.GetAggregate(agg, TypeArray.Empty); 2745AggregateType pCallingType = TypeManager.GetAggregate(pAgg, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
258return TypeManager.GetAggregate(agg, TypeArray.Empty); 267return TypeManager.GetAggregate(agg, TypeArray.Allocate(typeArgs));
Microsoft\CSharp\RuntimeBinder\Semantics\Types\NullableType.cs (1)
30_ats ??= TypeManager.GetAggregate(TypeManager.GetNullable(), TypeArray.Allocate(UnderlyingType));
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (2)
130AggregateType atsOuter = GetAggregate(aggOuter, typeArgsOuter); 242return GetAggregate(type.OwningAggregate, typeArgs);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
680AggregateType aggType = TypeManager.GetAggregate(agg, typeArray);