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)
440
ErrAppendTypeParameters(pAggType.
TypeArgsThis
, null);
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (2)
1028
pElementDest = pAggregateDest.
TypeArgsThis
[0];
1379
pElementSource = pAggregateSource.
TypeArgsThis
[0];
Microsoft\CSharp\RuntimeBinder\Semantics\TypeBind.cs (1)
77
TypeArray typeArgsThis = ats.
TypeArgsThis
;
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (4)
109
Debug.Assert(pAggregate.
TypeArgsThis
!= null && pAggregate.TypeArgsAll != null);
110
Debug.Assert(pAggregate.
TypeArgsThis
== typeArgs);
708
TypeArray typeArgs = typeSrc.
TypeArgsThis
;
709
TypeArray typeParams = aggOpenType.
TypeArgsThis
;