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