3 references to IO_InvalidReadLength
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (2)
105
throw new IOException(SR.
IO_InvalidReadLength
);
155
throw new IOException(SR.
IO_InvalidReadLength
);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (1)
45
throw new IOException(fs.Length == 0 ? SR.
IO_InvalidReadLength
: SR.IO_FileTooLong);