6 references to IO_StreamTooLong
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (3)
131
throw new IOException(SR.
IO_StreamTooLong
);
584
throw new IOException(SR.
IO_StreamTooLong
);
635
throw new IOException(SR.
IO_StreamTooLong
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (1)
791
throw new IOException(SR.
IO_StreamTooLong
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (2)
637
throw new IOException(SR.
IO_StreamTooLong
);
766
throw new IOException(SR.
IO_StreamTooLong
);