10 references to ReadingNotSupported
System.IO.Compression (10)
System\IO\Compression\WinZipAesStream.cs (1)
373
throw new NotSupportedException(SR.
ReadingNotSupported
);
System\IO\Compression\ZipArchiveEntry.cs (3)
2284
throw new NotSupportedException(SR.
ReadingNotSupported
);
2290
throw new NotSupportedException(SR.
ReadingNotSupported
);
2296
throw new NotSupportedException(SR.
ReadingNotSupported
);
System\IO\Compression\ZipCryptoStream.cs (2)
293
throw new NotSupportedException(SR.
ReadingNotSupported
);
399
throw new NotSupportedException(SR.
ReadingNotSupported
);
System\IO\Compression\ZipCustomStreams.cs (4)
82
throw new NotSupportedException(SR.
ReadingNotSupported
);
338
throw new NotSupportedException(SR.
ReadingNotSupported
);
344
throw new NotSupportedException(SR.
ReadingNotSupported
);
350
throw new NotSupportedException(SR.
ReadingNotSupported
);