3 references to Arg_NotGenericMethodDefinition
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
91throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
110throw new InvalidOperationException(SR.Format(SR.Arg_NotGenericMethodDefinition, this));
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
411SR.Format(SR.Arg_NotGenericMethodDefinition, this));