7 references to Arg_MustBeDelegate
System.Private.CoreLib (7)
Internal\Reflection\Augments\ReflectionAugments.cs (3)
272throw new ArgumentException(SR.Arg_MustBeDelegate, nameof(type)); 297throw new ArgumentException(SR.Arg_MustBeDelegate); 328throw new ArgumentException(SR.Arg_MustBeDelegate);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (2)
1213throw new ArgumentException(SR.Arg_MustBeDelegate, nameof(t)); 1234throw new ArgumentException(SR.Arg_MustBeDelegate, nameof(TDelegate));
System\Reflection\Runtime\MethodInfos\RuntimeMethodInfo.cs (1)
79throw new ArgumentException(SR.Arg_MustBeDelegate);
System\Runtime\InteropServices\PInvokeMarshal.cs (1)
235throw new ArgumentException(SR.Arg_MustBeDelegate, "t");