10 references to SeekingNotSupported
System.IO.Compression (10)
System\IO\Compression\ZipArchiveEntry.cs (3)
1511
throw new NotSupportedException(SR.
SeekingNotSupported
);
1524
throw new NotSupportedException(SR.
SeekingNotSupported
);
1559
throw new NotSupportedException(SR.
SeekingNotSupported
);
System\IO\Compression\ZipCustomStreams.cs (7)
94
throw new NotSupportedException(SR.
SeekingNotSupported
);
297
throw new NotSupportedException(SR.
SeekingNotSupported
);
414
throw new NotSupportedException(SR.
SeekingNotSupported
);
518
throw new NotSupportedException(SR.
SeekingNotSupported
);
532
throw new NotSupportedException(SR.
SeekingNotSupported
);
569
throw new NotSupportedException(SR.
SeekingNotSupported
);
946
throw new NotSupportedException(SR.
SeekingNotSupported
);