6 references to IO_NotSupported_UnreadableStream
System.Formats.Tar (6)
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);
System\Formats\Tar\TarEntry.cs (1)
280throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(value));
System\Formats\Tar\TarFile.cs (2)
307throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(source)); 375return Task.FromException(new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(source)));
System\Formats\Tar\TarReader.cs (1)
38throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(archiveStream));