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