3 references to Argument_MustBeRuntimeFieldInfo
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (1)
32throw new ArgumentException(SR.Argument_MustBeRuntimeFieldInfo);
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
157throw new ArgumentException(SR.Argument_MustBeRuntimeFieldInfo, nameof(field));
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
49throw new ArgumentException(SR.Argument_MustBeRuntimeFieldInfo, nameof(fieldName));