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