8 references to ReadingNotSupported
System.IO.Compression (8)
System\IO\Compression\ZipArchiveEntry.cs (3)
1541
throw new NotSupportedException(SR.
ReadingNotSupported
);
1547
throw new NotSupportedException(SR.
ReadingNotSupported
);
1553
throw new NotSupportedException(SR.
ReadingNotSupported
);
System\IO\Compression\ZipCustomStreams.cs (5)
82
throw new NotSupportedException(SR.
ReadingNotSupported
);
323
throw new NotSupportedException(SR.
ReadingNotSupported
);
551
throw new NotSupportedException(SR.
ReadingNotSupported
);
557
throw new NotSupportedException(SR.
ReadingNotSupported
);
563
throw new NotSupportedException(SR.
ReadingNotSupported
);