5 references to GenericTypeParameters
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (5)
116if (GenericTypeParameters.Length == 0) 133if (typeArguments.Length != GenericTypeParameters.Length) 134throw new ArgumentException(SR.Format(SR.Argument_NotEnoughGenArguments, typeArguments.Length, GenericTypeParameters.Length)); 228return this.GenericTypeParameters; 303return GetUncachedMethodInvoker(GenericTypeParameters, this);