5 references to IO_NotSupported_UnreadableStream
System.Formats.Tar (5)
System\Formats\Tar\SubReadStream.cs (1)
28throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(superStream));
System\Formats\Tar\TarEntry.cs (1)
265throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(value));
System\Formats\Tar\TarFile.cs (2)
178throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(source)); 223return Task.FromException(new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(source)));
System\Formats\Tar\TarReader.cs (1)
39throw new ArgumentException(SR.IO_NotSupported_UnreadableStream, nameof(archiveStream));