3 references to Arg_UnboundGenParam
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs (1)
76
throw new InvalidOperationException(SR.
Arg_UnboundGenParam
);
src\System\Delegate.CoreCLR.cs (2)
63
throw new ArgumentException(SR.
Arg_UnboundGenParam
, nameof(target));
267
throw new ArgumentException(SR.
Arg_UnboundGenParam
, nameof(target));