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