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