2 references to IO_NotSupported_UnreadableStream
System.IO.Compression (2)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
32
throw new ArgumentException(SR.
IO_NotSupported_UnreadableStream
, nameof(superStream));
166
throw new NotSupportedException(SR.
IO_NotSupported_UnreadableStream
);