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