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