14 references to GenericArity
System.Private.CoreLib (14)
Internal\IntrinsicSupport\ComparerHelpers.cs (1)
33if (interfaceType->GenericArity != 1)
Internal\IntrinsicSupport\EqualityComparerHelpers.cs (1)
36if (interfaceType->GenericArity != 1)
Internal\Reflection\Core\Execution\ExecutionDomain.cs (1)
160RuntimeTypeInfo[] genericTypeArguments = new RuntimeTypeInfo[pEEType->GenericArity];
Internal\Runtime\Augments\RuntimeAugments.cs (1)
473genericTypeArgumentHandles = new RuntimeTypeHandle[eeType->GenericArity];
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\MethodTable.cs (2)
522uint arity = GenericArity; 905Debug.Assert(GenericArity == 1);
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\DispatchResolve.cs (3)
153int tgtEntryArity = (int)pTgtType->GenericArity; 220itfArity = (int)pItfType->GenericArity; 237Debug.Assert(itfArity == (int)pCurEntryType->GenericArity, "arity mismatch between generic instantiations");
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\TypeCast.cs (4)
532int targetArity = (int)pTargetType->GenericArity; 557int interfaceArity = (int)pInterfaceType->GenericArity; 593int targetArity = (int)pTargetType->GenericArity; 599int sourceArity = (int)pSourceType->GenericArity;
System\RuntimeType.NativeAot.cs (1)
446Type[] result = new Type[pEEType->GenericArity];