7 references to WritingNotSupported
System.IO.Compression (7)
System\IO\Compression\WinZipAesStream.cs (1)
499throw new NotSupportedException(SR.WritingNotSupported);
System\IO\Compression\ZipCryptoStream.cs (2)
316throw new NotSupportedException(SR.WritingNotSupported); 425throw new NotSupportedException(SR.WritingNotSupported);
System\IO\Compression\ZipCustomStreams.cs (4)
88throw new NotSupportedException(SR.WritingNotSupported); 679throw new NotSupportedException(SR.WritingNotSupported); 685throw new NotSupportedException(SR.WritingNotSupported); 691throw new NotSupportedException(SR.WritingNotSupported);