8 references to GetAggregate
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2797AggregateType callingType = TypeManager.GetAggregate(agg, TypeArray.Empty); 2813AggregateType pCallingType = TypeManager.GetAggregate(pAgg, TypeArray.Empty);
Microsoft\CSharp\RuntimeBinder\Semantics\PredefinedMembers.cs (2)
262return TypeManager.GetAggregate(agg, TypeArray.Empty); 271return 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)
133AggregateType atsOuter = GetAggregate(aggOuter, typeArgsOuter); 255return GetAggregate(type.OwningAggregate, typeArgs);
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
694AggregateType aggType = TypeManager.GetAggregate(agg, typeArray);