2 references to Arg_MustBeInt32
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Int32.cs (1)
75throw new ArgumentException(SR.Arg_MustBeInt32);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ErrorWrapper.cs (1)
20throw new ArgumentException(SR.Arg_MustBeInt32, nameof(errorCode));