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