6 references to IO_StreamTooLong
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (3)
133
throw new IOException(SR.
IO_StreamTooLong
);
587
throw new IOException(SR.
IO_StreamTooLong
);
638
throw new IOException(SR.
IO_StreamTooLong
);
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
788
throw new IOException(SR.
IO_StreamTooLong
);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (2)
636
throw new IOException(SR.
IO_StreamTooLong
);
765
throw new IOException(SR.
IO_StreamTooLong
);