5 references to IO_NotSupported_UnseekableStream
System.Formats.Tar (5)
src\runtime\src\libraries\Common\src\System\IO\SubReadStream.cs (2)
65
throw new NotSupportedException(SR.
IO_NotSupported_UnseekableStream
);
248
throw new NotSupportedException(SR.
IO_NotSupported_UnseekableStream
);
System\Formats\Tar\GnuSparseStream.cs (3)
124
throw new NotSupportedException(SR.
IO_NotSupported_UnseekableStream
);
138
throw new NotSupportedException(SR.
IO_NotSupported_UnseekableStream
);
342
throw new InvalidOperationException(SR.
IO_NotSupported_UnseekableStream
);