14 references to GenericArguments
System.Private.CoreLib (14)
Internal\IntrinsicSupport\ComparerHelpers.cs (2)
38
if (interfaceType->
GenericArguments
[0] == objectType)
43
else if (RuntimeImports.AreTypesAssignable(objectType, interfaceType->
GenericArguments
[0]))
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
39
if (interfaceType->
GenericArguments
[0] == objectType)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
161
MethodTableList arguments = pEEType->
GenericArguments
;
Internal\Runtime\Augments\RuntimeAugments.cs (2)
463
return new RuntimeTypeHandle(eeType->
GenericArguments
[argumentIndex]);
472
MethodTableList instantiation = eeType->
GenericArguments
;
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (1)
906
return
GenericArguments
[0];
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (2)
221
itfInstantiation = pItfType->
GenericArguments
;
233
MethodTableList curEntryInstantiation = pCurEntryType->
GenericArguments
;
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (4)
531
MethodTableList targetInstantiation = pTargetType->
GenericArguments
;
556
MethodTableList interfaceInstantiation = pInterfaceType->
GenericArguments
;
592
MethodTableList targetInstantiation = pTargetType->
GenericArguments
;
598
MethodTableList sourceInstantiation = pSourceType->
GenericArguments
;
System\RuntimeType.NativeAot.cs (1)
444
MethodTableList genericArguments = pEEType->
GenericArguments
;