5 references to Arg_NotGenericMethodDefinition
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
91throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
110throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
139throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
128throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
116throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));