6 references to Argument_MustBeRuntimeMethodInfo
System.Private.CoreLib (6)
src\System\Delegate.CoreCLR.cs (2)
296throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(method)); 331throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(method));
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
69throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(meth)); 117throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(con)); 417throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(methodInfo));
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
218throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(m));