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)
428ErrAppendTypeParameters(pAggType.TypeArgsThis, null);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1027pElementDest = pAggregateDest.TypeArgsThis[0]; 1378pElementSource = pAggregateSource.TypeArgsThis[0];
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
76TypeArray typeArgsThis = ats.TypeArgsThis;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (4)
107Debug.Assert(pAggregate.TypeArgsThis != null && pAggregate.TypeArgsAll != null); 108Debug.Assert(pAggregate.TypeArgsThis == typeArgs); 681TypeArray typeArgs = typeSrc.TypeArgsThis; 682TypeArray typeParams = aggOpenType.TypeArgsThis;