1 write to TypeArgsThis
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
33TypeArgsThis = typeArgsThis;
8 references to TypeArgsThis
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
440ErrAppendTypeParameters(pAggType.TypeArgsThis, null);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1028pElementDest = pAggregateDest.TypeArgsThis[0]; 1379pElementSource = pAggregateSource.TypeArgsThis[0];
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
77TypeArray typeArgsThis = ats.TypeArgsThis;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (4)
109Debug.Assert(pAggregate.TypeArgsThis != null && pAggregate.TypeArgsAll != null); 110Debug.Assert(pAggregate.TypeArgsThis == typeArgs); 708TypeArray typeArgs = typeSrc.TypeArgsThis; 709TypeArray typeParams = aggOpenType.TypeArgsThis;