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