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