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