5 references to GenericTypeParameters
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (5)
127if (GenericTypeParameters.Length == 0) 144if (typeArguments.Length != GenericTypeParameters.Length) 145throw new ArgumentException(SR.Format(SR.Argument_NotEnoughGenArguments, typeArguments.Length, GenericTypeParameters.Length)); 239return this.GenericTypeParameters; 314return GetUncachedMethodInvoker(GenericTypeParameters, this);