6 references to Argument_MustBeRuntimeMethodInfo
System.Private.CoreLib (6)
src\System\Delegate.CoreCLR.cs (2)
305throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(method)); 340throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(method));
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
65throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(meth)); 114throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(con)); 409throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(methodInfo));
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
219throw new ArgumentException(SR.Argument_MustBeRuntimeMethodInfo, nameof(m));