1 write to TypeArgsThis
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Types\AggregateType.cs (1)
33
TypeArgsThis
= typeArgsThis;
8 references to TypeArgsThis
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Errors\UserStringBuilder.cs (1)
428
ErrAppendTypeParameters(pAggType.
TypeArgsThis
, null);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1027
pElementDest = pAggregateDest.
TypeArgsThis
[0];
1378
pElementSource = pAggregateSource.
TypeArgsThis
[0];
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
76
TypeArray typeArgsThis = ats.
TypeArgsThis
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (4)
107
Debug.Assert(pAggregate.
TypeArgsThis
!= null && pAggregate.TypeArgsAll != null);
108
Debug.Assert(pAggregate.
TypeArgsThis
== typeArgs);
681
TypeArray typeArgs = typeSrc.
TypeArgsThis
;
682
TypeArray typeParams = aggOpenType.
TypeArgsThis
;